1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-25 20:23:07 +03:00

Clean up some minor gcc warnings.

This commit is contained in:
Tom Lane
1999-12-20 01:23:04 +00:00
parent c16afb4e24
commit 939229904a
6 changed files with 15 additions and 20 deletions

View File

@@ -7,12 +7,13 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/commands/dbcommands.c,v 1.47 1999/12/12 05:15:10 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/commands/dbcommands.c,v 1.48 1999/12/20 01:11:37 tgl Exp $
*
*-------------------------------------------------------------------------
*/
#include <signal.h>
#include <sys/stat.h>
#include <unistd.h>
#include "postgres.h"