1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Removed un-needed signal suff from pginterface.

This commit is contained in:
Bruce Momjian
1997-09-16 15:36:09 +00:00
parent 604ce32e46
commit f03b75e4a3
5 changed files with 0 additions and 57 deletions

View File

@ -4,8 +4,6 @@
*/
#include <stdio.h>
#include <signal.h>
#include <time.h>
#include "halt.h"
#include <libpq-fe.h>
#include "pginterface.h"