File tree Expand file tree Collapse file tree 4 files changed +25
-37
lines changed Expand file tree Collapse file tree 4 files changed +25
-37
lines changed Original file line number Diff line number Diff line change 1
1
/* -------------------------------------------------------------------------
2
2
* pg_dumplo
3
3
*
4
- * $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/lo_export.c,v 1.10 2002/09/04 20:31:06 momjian Exp $
4
+ * $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/lo_export.c,v 1.11 2002/09/05 21:01:16 tgl Exp $
5
5
*
6
6
* Karel Zak 1999-2000
7
7
* -------------------------------------------------------------------------
8
8
*/
9
9
10
- #include <stdio.h>
11
- #include <unistd.h>
12
- #include <stdlib.h>
13
- #include <string.h>
14
- #include <sys/stat.h>
15
- #include <sys/types.h>
10
+ #include "postgres_fe.h"
11
+
16
12
#include <fcntl.h>
17
13
#include <errno.h>
18
14
#include <time.h>
15
+ #include <unistd.h>
16
+ #include <sys/stat.h>
19
17
20
- #include < libpq-fe.h>
21
- #include < libpq/libpq-fs.h>
18
+ #include " libpq-fe.h"
19
+ #include " libpq/libpq-fs.h"
22
20
23
21
#include "pg_dumplo.h"
24
22
Original file line number Diff line number Diff line change 1
1
/* -------------------------------------------------------------------------
2
2
* pg_dumplo
3
3
*
4
- * $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/lo_import.c,v 1.8 2002/09/04 20:31:06 momjian Exp $
4
+ * $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/lo_import.c,v 1.9 2002/09/05 21:01:16 tgl Exp $
5
5
*
6
6
* Karel Zak 1999-2000
7
7
* -------------------------------------------------------------------------
8
8
*/
9
9
10
- #include <stdio.h>
11
- #include <unistd.h>
12
- #include <stdlib.h>
13
- #include <string.h>
14
- #include <sys/stat.h>
15
- #include <sys/types.h>
10
+ #include "postgres_fe.h"
11
+
16
12
#include <fcntl.h>
17
13
#include <errno.h>
18
14
#include <time.h>
15
+ #include <unistd.h>
16
+ #include <sys/stat.h>
19
17
20
- #include < libpq-fe.h>
21
- #include < libpq/libpq-fs.h>
18
+ #include " libpq-fe.h"
19
+ #include " libpq/libpq-fs.h"
22
20
23
21
#include "pg_dumplo.h"
24
22
Original file line number Diff line number Diff line change 1
1
/* -------------------------------------------------------------------------
2
2
* pg_dumplo
3
3
*
4
- * $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/main.c,v 1.11 2002/09/04 20:31:07 momjian Exp $
4
+ * $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/main.c,v 1.12 2002/09/05 21:01:16 tgl Exp $
5
5
*
6
6
* Karel Zak 1999-2000
7
7
* -------------------------------------------------------------------------
8
8
*/
9
9
10
- /* We import postgres_fe.h mostly to get the HAVE_GETOPT_LONG configure result. */
11
- #ifndef OUT_OF_PG
12
10
#include "postgres_fe.h"
13
- #endif
14
11
15
- #include <stdio.h>
16
- #include <unistd.h>
17
- #include <stdlib.h>
18
- #include <string.h>
19
12
#include <errno.h>
13
+ #include <unistd.h>
20
14
21
- #include < libpq-fe.h>
22
- #include < libpq/libpq-fs.h>
15
+ #include " libpq-fe.h"
16
+ #include " libpq/libpq-fs.h"
23
17
24
18
#include "pg_dumplo.h"
25
19
Original file line number Diff line number Diff line change 1
1
/* -------------------------------------------------------------------------
2
2
* pg_dumplo
3
3
*
4
- * $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/utils.c,v 1.5 2002/08/15 02:58:29 momjian Exp $
4
+ * $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/utils.c,v 1.6 2002/09/05 21:01:16 tgl Exp $
5
5
*
6
6
* Karel Zak 1999-2000
7
7
* -------------------------------------------------------------------------
8
8
*/
9
9
10
- #include <stdio.h>
11
- #include <unistd.h>
12
- #include <stdlib.h>
13
- #include <string.h>
14
- #include <sys/stat.h>
15
- #include <sys/types.h>
10
+ #include "postgres_fe.h"
11
+
16
12
#include <fcntl.h>
17
13
#include <errno.h>
18
14
#include <time.h>
15
+ #include <unistd.h>
16
+ #include <sys/stat.h>
19
17
20
- #include < libpq-fe.h>
21
- #include < libpq/libpq-fs.h>
18
+ #include " libpq-fe.h"
19
+ #include " libpq/libpq-fs.h"
22
20
23
21
#include "pg_dumplo.h"
24
22
You can’t perform that action at this time.
0 commit comments