1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-12 05:01:15 +03:00

Final cleanup.

This commit is contained in:
Bruce Momjian
1999-07-16 05:00:38 +00:00
parent 9b645d481c
commit a71802e12e
210 changed files with 833 additions and 907 deletions

View File

@@ -28,7 +28,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: pqcomm.c,v 1.75 1999/07/16 03:12:57 momjian Exp $
* $Id: pqcomm.c,v 1.76 1999/07/16 04:59:03 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -58,14 +58,7 @@
*
*------------------------
*/
#include "postgres.h"
#include <stdio.h>
#if defined(HAVE_STRING_H)
#include <string.h>
#else
#include <strings.h>
#endif
#include <signal.h>
#include <errno.h>
#include <fcntl.h>
@@ -79,6 +72,14 @@
#include <arpa/inet.h>
#include <sys/file.h>
#include "postgres.h"
#if defined(HAVE_STRING_H)
#include <string.h>
#else
#include <strings.h>
#endif
#include "libpq/libpq.h"
#include "miscadmin.h"