mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Suppress gcc warning.
This commit is contained in:
parent
54361b4233
commit
c31545af27
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue