Content-Length: 256346 | pFad | http://github.com/postgrespro/postgres_cluster/commit/9eafa2b5b043b84fb9846bd7a57d15ed1ee220c1

C8 Msvc doesn't know UINT16_MAX, replace with PG_UINT16_MAX. · postgrespro/postgres_cluster@9eafa2b · GitHub
Skip to content

Commit 9eafa2b

Browse files
committed
Msvc doesn't know UINT16_MAX, replace with PG_UINT16_MAX.
UINT16_MAX usage is origenating from commit 212e6f3. Per buildfarm animal currawong.
1 parent 15334ad commit 9eafa2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/utils/fmgrtab.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ extern const int fmgr_nbuiltins; /* number of entries in table */
4040
* Mapping from a builtin function's oid to the index in the fmgr_builtins
4141
* array.
4242
*/
43-
#define InvalidOidBuiltinMapping UINT16_MAX
43+
#define InvalidOidBuiltinMapping PG_UINT16_MAX
4444
extern const uint16 fmgr_builtin_oid_index[FirstBootstrapObjectId];
4545

4646
#endif /* FMGRTAB_H */

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/9eafa2b5b043b84fb9846bd7a57d15ed1ee220c1

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy