Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdabd255

Browse files
committed
Fix comment in pg_dump.
It was missed in473b932,CREATE ACCESS METHODAlexander Korotkov
1 parent4c46f83 commitdabd255

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)

[8]ページ先頭

©2009-2025 Movatter.jp