1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +03:00

elog mop-up.

This commit is contained in:
Tom Lane
2003-07-27 18:07:19 +00:00
parent e8db9b26d0
commit aec57ea868
2 changed files with 1 additions and 6 deletions

View File

@ -13,8 +13,6 @@
#include <unistd.h>
#include <signal.h>
#include <string.h>
#include <errno.h>
#include "access/heapam.h"
#include "access/htup.h"
@ -27,7 +25,6 @@
#include "fmgr.h"
#include "storage/lmgr.h"
#include "utils/fmgroids.h"
#include "utils/palloc.h"
#include "utils/rel.h"
#include "utils/tqual.h"