Remove leftover reference to oid column.
authorAndres Freund <[email protected]>
Mon, 18 Mar 2019 20:10:29 +0000 (13:10 -0700)
committerAndres Freund <[email protected]>
Mon, 18 Mar 2019 20:10:29 +0000 (13:10 -0700)
I (Andres) missed this in 578b229718e8.

Author: John Naylor
Discussion: https://postgr.es/m/CACPNZCtd+ckUgibRFs9KewK4Yr5rj3Oipefquupw+XJZebFhrA@mail.gmail.com

contrib/vacuumlo/vacuumlo.c

index e2baaef4575788e09bca182fba627258cb28fb19..db7a1c47fa179b9f3ba092d89bcfeaec8737c63c 100644 (file)
@@ -198,9 +198,6 @@ vacuumlo(const char *database, const struct _param *param)
     * table formed above is ignored, and pg_largeobject will be too. If
     * either of these were scanned, obviously we'd end up with nothing to
     * delete...
-    *
-    * NOTE: the system oid column is ignored, as it has attnum < 1. This
-    * shouldn't matter for correctness, but it saves time.
     */
    buf[0] = '\0';
    strcat(buf, "SELECT s.nspname, c.relname, a.attname ");