postgresql/src
Andres Freund d264bb51c5 Fix unused variable compiler warning in !debug builds.
Introduced in 3dbb317d3.  Fix by using the new local variable in more
places.

Reported-By: Bruce Momjian (off-list)
Backpatch: 9.4-, like 3dbb317d3
2019-04-30 17:45:32 -07:00
..
backend Fix unused variable compiler warning in !debug builds. 2019-04-30 17:45:32 -07:00
bin Make pg_dump emit ATTACH PARTITION instead of PARTITION OF 2019-04-24 15:30:37 -04:00
common Tolerate EINVAL when calling fsync() on a directory. 2019-02-24 23:51:54 +13:00
fe_utils Fix translation of special characters in psql's LaTeX output modes. 2018-11-26 17:32:51 -05:00
include Fix detection of passwords hashed with MD5 or SCRAM-SHA-256 2019-04-23 15:43:32 +09:00
interfaces Fix off-by-one check that can lead to a memory overflow in ecpg. 2019-04-11 21:04:37 +02:00
makefiles Define WIN32_STACK_RLIMIT throughout win32 and cygwin builds. 2019-04-09 08:25:42 -07:00
pl Fix problems with auto-held portals. 2019-04-19 11:20:37 -04:00
port Fix error handling of readdir() port implementation on first file lookup 2019-03-04 09:50:02 +09:00
template Yet further rethinking of build changes for macOS Mojave. 2018-11-02 18:54:00 -04:00
test Clean up handling of constraint_exclusion and enable_partition_pruning. 2019-04-30 15:03:35 -04:00
timezone Portability fix for zic.c. 2019-04-26 21:20:21 -04:00
tools Consistently test for in-use shared memory. 2019-04-12 22:36:42 -07:00
tutorial Update copyright for 2018 2018-01-02 23:30:12 -05:00
.gitignore
DEVELOPERS
Makefile Fix partial-build problems introduced by having more generated headers. 2018-04-09 16:42:10 -04:00
Makefile.global.in Consistently test for in-use shared memory. 2019-04-12 22:36:42 -07:00
Makefile.shlib Ensure static libraries have correct mod time even if ranlib messes it up. 2018-11-29 15:53:44 -05:00
nls-global.mk