Added port.h for random() function on Windows

This commit is contained in:
Andrew Kane
2022-12-07 15:17:32 -08:00
parent 84a8bdd661
commit cd7cab804f
2 changed files with 2 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
#include "catalog/index.h"
#include "ivfflat.h"
#include "miscadmin.h"
#include "port.h"
#include "storage/bufmgr.h"
#if PG_VERSION_NUM >= 140000

View File

@@ -4,6 +4,7 @@
#include "ivfflat.h"
#include "miscadmin.h"
#include "port.h"
#if PG_VERSION_NUM >= 150000
#include "common/pg_prng.h"