Skip to content

Commit 7571ce6

Browse files
committed
Remove leftover reference to oid column.
I (Andres) missed this in 578b229. Author: John Naylor Discussion: https://postgr.es/m/CACPNZCtd+ckUgibRFs9KewK4Yr5rj3Oipefquupw+XJZebFhrA@mail.gmail.com
1 parent 1459e84 commit 7571ce6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

contrib/vacuumlo/vacuumlo.c

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

0 commit comments

Comments
 (0)