postgresql/src
Peter Eisentraut 9da300128d pg_upgrade: Fix some minor code issues
96ef3b8ff1 accidentally copied a not
applicable comment from the float8_pass_by_value code to the
data_checksums code.  Remove that.

87d3b35a1c changed pg_upgrade to
checking the checksum version rather than just the Boolean presence of
checksums, but didn't change the field type in its ControlData struct
from bool.  So this would not work correctly if there ever is a
checksum version larger than 1.
2022-08-13 00:00:41 +02:00
..
backend Avoid using a fake relcache entry to own an SmgrRelation. 2022-08-12 08:25:41 -04:00
bin pg_upgrade: Fix some minor code issues 2022-08-13 00:00:41 +02:00
common Replace pgwin32_is_junction() with lstat(). 2022-08-06 12:50:59 +12:00
fe_utils Fix mismatched file identifications 2022-08-09 09:21:37 +07:00
include Fix catalog lookup with the wrong snapshot during logical decoding. 2022-08-11 10:09:24 +05:30
interfaces Remove fallbacks for strtoll, strtoull. 2022-08-06 09:59:51 +12:00
makefiles solaris: Remove unnecessary gcc / gnu ld vs sun studio differences 2022-08-07 09:36:01 -07:00
pl Add PGDLLEXPORTS to some plpgsql function declarations 2022-07-20 10:24:50 +02:00
port Simplify replacement code for strtof. 2022-08-07 12:42:41 +12:00
template aix: Remove checks for very old OS versions 2022-08-07 09:36:01 -07:00
test Reject MERGE in CTEs and COPY 2022-08-12 12:05:50 +02:00
timezone Remove fallbacks for strtoll, strtoull. 2022-08-06 09:59:51 +12:00
tools Fix MSVC build script's check for obsolete node support functions. 2022-08-08 14:43:35 -04:00
tutorial Update copyright for 2022 2022-01-07 19:04:57 -05:00
.gitignore
DEVELOPERS
Makefile Remove the option to build thread_test.c outside configure. 2020-10-21 12:08:48 -04:00
Makefile.global.in windows: Remove HAVE_MINIDUMP_TYPE test 2022-08-07 09:36:01 -07:00
Makefile.shlib solaris: Remove unnecessary gcc / gnu ld vs sun studio differences 2022-08-07 09:36:01 -07:00
nls-global.mk Fix for make unportability 2022-07-13 09:15:01 +02:00