Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dabd255

Browse files
committed
Fix comment in pg_dump.
It was missed in 473b932, CREATE ACCESS METHOD Alexander Korotkov
1 parent 4c46f83 commit dabd255

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/bin/pg_dump/pg_dump.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4157,10 +4157,7 @@ getAccessMethods(Archive *fout, int *numAccessMethods)
41574157
/* Make sure we are in proper schema */
41584158
selectSourceSchema(fout, "pg_catalog");
41594159

4160-
/*
4161-
* Select only user-defined access methods assuming all built-in access
4162-
* methods have oid < 10000.
4163-
*/
4160+
/* Select all access methods from pg_am table */
41644161
appendPQExpBuffer(query, "SELECT tableoid, oid, amname, amtype, "
41654162
"amhandler::pg_catalog.regproc AS amhandler "
41664163
"FROM pg_am");

0 commit comments

Comments
 (0)