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.