1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Update for new we-always-have-getopt_long approach.

This commit is contained in:
Tom Lane
2003-01-07 21:42:38 +00:00
parent b4b62cff93
commit 30a800a0e9
2 changed files with 12 additions and 42 deletions

View File

@ -1,7 +1,7 @@
/* -------------------------------------------------------------------------
* pg_dumplo
* pg_dumplo.h
*
* $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/pg_dumplo.h,v 1.8 2001/11/12 17:44:14 momjian Exp $
* $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/pg_dumplo.h,v 1.9 2003/01/07 21:42:38 tgl Exp $
*
* Karel Zak 1999-2000
* -------------------------------------------------------------------------
@ -12,8 +12,6 @@
#include "postgres_ext.h"
#define VERSION "7.1.0"
/* ----------
* Define
* ----------