1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Fix assorted compilation failures in contrib

Evidently I failed to test a compile after my earlier header shuffling.
This commit is contained in:
Alvaro Herrera
2012-08-28 23:43:09 -04:00
parent 1a26e1c766
commit 9df55c8c3f
4 changed files with 9 additions and 3 deletions

View File

@ -18,10 +18,12 @@
*/
#include "postgres.h"
#include "funcapi.h"
#include "lib/stringinfo.h"
#include "miscadmin.h"
#include "storage/fsm_internals.h"
#include "utils/builtins.h"
#include "miscadmin.h"
#include "funcapi.h"
Datum fsm_page_contents(PG_FUNCTION_ARGS);