postgresql/src/backend
Peter Eisentraut cef27ae01a Fix compiler warning
A variable was unused in non-assert builds.  Simplify the code to
avoid the issue.

Reported-by: Erik Rijkers <er@xs4all.nl>
2020-03-24 16:02:01 +01:00
..
access Prefer standby promotion over recovery pause. 2020-03-24 12:46:48 +09:00
bootstrap Revert "Skip WAL for new relfilenodes, under wal_level=minimal." 2020-03-22 09:24:09 -07:00
catalog Report NULL as total backup size if it's not estimated. 2020-03-24 10:43:41 +09:00
commands Report wait event for cost-based vacuum delay. 2020-03-23 22:53:22 -07:00
executor Fixes for Disk-based Hash Aggregation. 2020-03-23 15:43:07 -07:00
foreign
jit Extend ExecBuildAggTrans() to support a NULL pointer check. 2020-03-04 17:29:18 -08:00
lib Move src/backend/utils/hash/hashfn.c to src/common 2020-02-27 09:25:41 +05:30
libpq Add bound checks for ssl_min_protocol_version and ssl_max_protocol_version 2020-03-23 11:01:41 +09:00
main Add PostgreSQL home page to --help output 2020-02-28 13:12:21 +01:00
nodes Revert "Skip WAL for new relfilenodes, under wal_level=minimal." 2020-03-22 09:24:09 -07:00
optimizer Allow page lock to conflict among parallel group members. 2020-03-21 08:48:06 +05:30
parser Revert "Skip WAL for new relfilenodes, under wal_level=minimal." 2020-03-22 09:24:09 -07:00
partitioning Add object names to partition integrity violations. 2020-03-23 08:09:15 +05:30
po
port
postmaster Report wait event for cost-based vacuum delay. 2020-03-23 22:53:22 -07:00
regex
replication Fix compiler warning 2020-03-24 16:02:01 +01:00
rewrite
snowball
statistics Recognize some OR clauses as compatible with functional dependencies 2020-03-18 16:41:49 +01:00
storage Revert "Skip WAL for new relfilenodes, under wal_level=minimal." 2020-03-22 09:24:09 -07:00
tcop Refactor ps_status.c API 2020-03-11 16:38:31 +01:00
tsearch Remove useless pfree()s at the ends of various ValuePerCall SRFs. 2020-03-16 21:36:53 -04:00
utils Add object names to partition integrity violations. 2020-03-23 08:09:15 +05:30
.gitignore
common.mk
Makefile
nls.mk