We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da8aba6 commit d377d2bCopy full SHA for d377d2b
src/pl_funcs.c
@@ -9,6 +9,7 @@
9
*/
10
11
#include "init.h"
12
+#include "utils.h"
13
#include "pathman.h"
14
#include "relation_info.h"
15
#include "xact_handling.h"
@@ -23,6 +24,7 @@
23
24
#include "utils/builtins.h"
25
#include "utils/inval.h"
26
#include "utils/jsonb.h"
27
+#include "utils/snapmgr.h"
28
#include "utils/lsyscache.h"
29
#include "utils/syscache.h"
30
0 commit comments