diff options
Diffstat (limited to 'src/bin/pg_dump/common.c')
| -rw-r--r-- | src/bin/pg_dump/common.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/bin/pg_dump/common.c b/src/bin/pg_dump/common.c index 9a5c6b9360a..bf06f678e20 100644 --- a/src/bin/pg_dump/common.c +++ b/src/bin/pg_dump/common.c @@ -131,7 +131,7 @@ getSchemaData(int *numTablesPtr)  	funinfo = getFuncs(&numFuncs);  	funinfoindex = buildIndexArray(funinfo, numFuncs, sizeof(FuncInfo)); -	/* this must be after getFuncs */ +	/* this must be after getTables and getFuncs */  	if (g_verbose)  		write_msg(NULL, "reading user-defined types\n");  	typinfo = getTypes(&numTypes); | 
