postgresql/src
David Rowley 2d1f3bce97 Fix some 32-bit shift warnings in MSVC
7b378237a widened AclMode to 64 bits which resulted in 3 new additional
warnings on MSVC.  Here we make use of UINT64CONST to reassure the
compiler that we do intend the bit shift expression to yield a 64-bit
result.

Discussion: https://postgr.es/m/CAApHDvo=pn01Y_3zASZZqn+cotF1c4QFCwWgk6MiF0VscaE5ug@mail.gmail.com
2022-11-25 11:05:22 +13:00
..
backend Fix some 32-bit shift warnings in MSVC 2022-11-25 11:05:22 +13:00
bin Expand AclMode to 64 bits 2022-11-23 14:43:16 -05:00
common
fe_utils
include Add support for file inclusions in HBA and ident configuration files 2022-11-24 13:51:34 +09:00
interfaces libpq: Handle NegotiateProtocolVersion message 2022-11-17 15:42:09 +01:00
makefiles
pl
port
template
test Add support for file inclusions in HBA and ident configuration files 2022-11-24 13:51:34 +09:00
timezone
tools Replace SQLValueFunction by COERCE_SQL_SYNTAX 2022-11-21 18:31:59 +09:00
tutorial Doc: sync src/tutorial/basics.source with SGML documentation. 2022-11-19 13:09:14 -05:00
.gitignore
DEVELOPERS
Makefile
Makefile.global.in Prevent port collisions between concurrent TAP tests 2022-11-20 10:07:35 -05:00
Makefile.shlib
meson.build
nls-global.mk