We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1459e84 commit 7571ce6Copy full SHA for 7571ce6
contrib/vacuumlo/vacuumlo.c
@@ -198,9 +198,6 @@ vacuumlo(const char *database, const struct _param *param)
198
* table formed above is ignored, and pg_largeobject will be too. If
199
* either of these were scanned, obviously we'd end up with nothing to
200
* 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.
204
*/
205
buf[0] = '\0';
206
strcat(buf, "SELECT s.nspname, c.relname, a.attname ");
0 commit comments