diff options
| author | Bruce Momjian <bruce@momjian.us> | 2006-07-11 17:26:59 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2006-07-11 17:26:59 +0000 |
| commit | 0ff3461bccb8c10525a3801b6b3c23c7b83a4d8c (patch) | |
| tree | 0abe48cec8e75ac7d750cddbc23a7f3abdf6f2ce /src/bin | |
| parent | 3a534ade394c8957b117ef1923c4e8c2fb2ffab1 (diff) | |
| download | postgresql-0ff3461bccb8c10525a3801b6b3c23c7b83a4d8c.tar.gz | |
Alphabetically order reference to include files, "N" - "S".
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/pg_dump/pg_dump.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/pg_dump/pg_dump.c b/src/bin/pg_dump/pg_dump.c index 6afa917f6b..e71330709a 100644 --- a/src/bin/pg_dump/pg_dump.c +++ b/src/bin/pg_dump/pg_dump.c @@ -12,7 +12,7 @@ * by PostgreSQL * * IDENTIFICATION - * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.439 2006/07/02 02:23:21 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.440 2006/07/11 17:26:59 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -44,15 +44,15 @@ int optreset; #endif + + #include "access/attnum.h" #include "access/htup.h" #include "catalog/pg_class.h" #include "catalog/pg_proc.h" #include "catalog/pg_trigger.h" #include "catalog/pg_type.h" - #include "commands/sequence.h" - #include "libpq-fe.h" #include "libpq/libpq-fs.h" #include "mb/pg_wchar.h" |
