Add missing postgres.h includes

After sorting includes in the previous commit some files were now
invalid because they were not including postgres.h
pull/7588/head
Jelte Fennema-Nio 2024-04-16 11:41:13 +02:00
parent 48c62095ff
commit 26178fb538
2 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,8 @@
*-------------------------------------------------------------------------
*/
#include "postgres.h"
#include "common/hashfn.h"
#include "utils/builtins.h"

View File

@ -8,6 +8,8 @@
*-------------------------------------------------------------------------
*/
#include "postgres.h"
#include "miscadmin.h"
#include "utils/builtins.h"