postgresql/src/backend
Thomas Munro 618d139f82 Fix compiler warning in back branches (9.6, 10).
Back-patch a tiny bit of commit fbb2e9a0 into 9.6 and 10, to silence an
uninitialized variable warning from GCC 10.2.  Seen on buildfarm member
handfish, and my own development workflow where I like to use -Werror.

Discussion: https://postgr.es/m/CA%2BhUKGJRcwvK86Uf5t-FrTekZjqHtpv3u%3D3MuBg8Zw8R933Mqg%40mail.gmail.com
2021-02-16 13:17:07 +13:00
..
access Fix hypothetical bug in heap backward scans 2021-01-25 20:01:00 +13:00
bootstrap Revert "Skip WAL for new relfilenodes, under wal_level=minimal." 2020-03-22 09:24:15 -07:00
catalog Disallow converting an inheritance child table to a view. 2021-02-06 15:17:02 -05:00
commands Fix backslash-escaping multibyte chars in COPY FROM. 2021-02-05 11:17:13 +02:00
executor Remove faulty support for MergeAppend plan with WHERE CURRENT OF. 2021-01-19 13:26:01 -05:00
foreign Remove GetUserMappingId() and GetUserMappingById(). 2016-07-22 11:32:23 -04:00
lib Revert "Permit dump/reload of not-too-large >1GB tuples" 2016-12-06 12:46:03 -03:00
libpq In the postmaster, rely on the signal infrastructure to block signals. 2020-10-15 12:50:57 -04:00
main Install Windows crash dump handler before all else. 2017-11-12 14:31:04 -08:00
nodes Ensure that expandTableLikeClause() re-examines the same table. 2020-12-01 14:02:28 -05:00
optimizer Silence another gcc 11 warning. 2021-01-28 17:18:48 -05:00
parser Ensure that expandTableLikeClause() re-examines the same table. 2020-12-01 14:02:28 -05:00
po Translation updates 2021-02-08 18:10:23 +01:00
port Fix race condition in our Windows signal emulation. 2019-12-09 15:03:52 -05:00
postmaster In the postmaster, rely on the signal infrastructure to block signals. 2020-10-15 12:50:57 -04:00
regex Fix ancient bug in parsing of BRE-mode regular expressions. 2021-01-08 12:16:00 -05:00
replication Fix memory leak in SnapBuildSerialize. 2021-01-13 09:12:59 +05:30
rewrite Revert "Propagate CTE property flags when copying a CTE list into a rule." 2021-02-07 12:54:08 -05:00
snowball Update copyright for 2016 2016-01-02 13:33:40 -05:00
storage Hold interrupts while running dsm_detach() callbacks. 2021-02-15 14:22:19 +13:00
tcop Further second thoughts about idle_session_timeout patch. 2021-01-07 11:45:09 -05:00
tsearch Avoid possible dangling-pointer access in tsearch_readline_callback. 2020-09-23 11:36:13 -04:00
utils Fix compiler warning in back branches (9.6, 10). 2021-02-16 13:17:07 +13:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
common.mk Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00
Makefile Fix make rules that generate multiple output files. 2018-03-23 13:45:38 -04:00
nls.mk Translation updates 2018-08-06 19:44:29 +02:00