CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)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.