1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Suppress gcc warning.

This commit is contained in:
Tom Lane
2001-06-25 20:20:02 +00:00
parent 54361b4233
commit c31545af27

View File

@ -1,6 +1,7 @@
#include "postgres.h"
#include "fmgr.h"
#include "fmgr.h"
#include "miscadmin.h"
#include "utils/hsearch.h"
#include "access/xact.h"
#include "catalog/pg_shadow.h"