1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-27 23:21:58 +03:00

Final cleanup

This commit is contained in:
Bruce Momjian
1999-07-16 05:23:30 +00:00
parent ba42b68977
commit 69817665cb
23 changed files with 71 additions and 93 deletions

View File

@ -19,11 +19,12 @@
#include <sys/stat.h>
#include <fcntl.h>
#include "postgres.h"
#ifdef USE_SYSLOG
#include <syslog.h>
#endif
#include "postgres.h"
#include "miscadmin.h"
#include "utils/trace.h"