mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Very small changes in the contrib's pg_dumplo in the attache.
And: Note, Bruce I found in the contrib tree any files that we forget remove during contrib cleaning. Please remove these files: contrib/lo/test.sql contrib/pg_dumplo/Makefile.out contrib/pgbench/pgbench_jis.doc contrib/spi/new_example.example contrib/spi/README.MAX Thanks. Karel
This commit is contained in:
@ -104,7 +104,7 @@ pglo_export(LODumpMaster *pgLO)
|
||||
if ((tuples = PQntuples(pgLO->res)) == 0) {
|
||||
|
||||
if (!pgLO->quiet && pgLO->action == ACTION_EXPORT_ATTR)
|
||||
printf("%s: not large objets in '%s'\n", progname, ll->lo_table);
|
||||
printf("%s: no large objets in '%s'\n", progname, ll->lo_table);
|
||||
continue;
|
||||
|
||||
} else if (check_res(pgLO)) {
|
||||
@ -137,7 +137,7 @@ pglo_export(LODumpMaster *pgLO)
|
||||
}
|
||||
|
||||
if (!pgLO->quiet)
|
||||
printf("dump %s.%s (%d lagre obj)\n",
|
||||
printf("dump %s.%s (%d large obj)\n",
|
||||
ll->lo_table, ll->lo_attr, tuples);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user