8000
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 15334ad commit 9eafa2bCopy full SHA for 9eafa2b
src/include/utils/fmgrtab.h
@@ -40,7 +40,7 @@ extern const int fmgr_nbuiltins; /* number of entries in table */
40
* Mapping from a builtin function's oid to the index in the fmgr_builtins
41
* array.
42
*/
43
-#define InvalidOidBuiltinMapping UINT16_MAX
+#define InvalidOidBuiltinMapping PG_UINT16_MAX
44
extern const uint16 fmgr_builtin_oid_index[FirstBootstrapObjectId];
45
46
#endif /* FMGRTAB_H */
0 commit comments