We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 362e841 commit fcd0bdeCopy full SHA for fcd0bde
src/include/storage/smgr.h
@@ -20,6 +20,12 @@
20
21
struct f_smgr;
22
23
+/*
24
+ * Neon: extended SMGR API.
25
+ * This define can be used by extensions to determine that them are built for Neon.
26
+ */
27
+#define NEON_SMGR 1
28
+
29
/*
30
* smgr.c maintains a table of SMgrRelation objects, which are essentially
31
* cached file handles. An SMgrRelation is created (if not already present)
0 commit comments