Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9eafa2b

Browse files
committed
Msvc doesn't know UINT16_MAX, replace with PG_UINT16_MAX.
UINT16_MAX usage is originating from commit212e6f3.Per buildfarm animal currawong.
1 parent15334ad commit9eafa2b

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-
#defineInvalidOidBuiltinMappingUINT16_MAX
43+
#defineInvalidOidBuiltinMappingPG_UINT16_MAX
4444
externconstuint16fmgr_builtin_oid_index[FirstBootstrapObjectId];
4545

4646
#endif/* FMGRTAB_H */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp