pgsql/src/bin/pg_dump pg_dump.c

Started by Tom Laneabout 24 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl@postgresql.org 02/04/29 13:30:18

Modified files:
src/bin/pg_dump: pg_dump.c

Log message:
Add missing 'static' keyword to suppress compiler complaints.
gcc does not complain about this mistake, but other compilers do.