pgsql/src bin/psql/startup.c utils/Makefile ut ...

Started by Bruce Momjianabout 24 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian@postgresql.org 02/07/15 18:48:54

Modified files:
src/bin/psql : startup.c
src/utils : Makefile
Removed files:
src/utils : getopt.c

Log message:
Remove utils/getopt.c file, not needed, it only allowed "--flag"
warnings, and we now look for getopt_long in libgetopt.a.