postgresql/src
Thomas Munro df10ac625c Don't use elog() in src/port/pwrite.c.
Nothing broke because of this oversight yet, but it would fail to link
if we tried to use pg_pwrite() in frontend code on a system that lacks
pwrite().  Use an assertion instead.  Also pgindent while here.

Discussion: https://postgr.es/m/CA%2BhUKGL57RvoQsS35TVPnQoPYqbtBixsdRhynB8NpcUKpHTTtg%40mail.gmail.com
2021-01-13 19:34:14 +13:00
..
backend Fix memory leak in SnapBuildSerialize. 2021-01-13 08:19:50 +05:30
bin pg_dump: label INDEX ATTACH ArchiveEntries with an owner. 2021-01-12 13:37:38 -05:00
common Fix and simplify some code related to cryptohashes 2021-01-08 10:37:03 +09:00
fe_utils
include Optimize DropRelFileNodesAllBuffers() for recovery. 2021-01-13 07:46:11 +05:30
interfaces Try next host after a "cannot connect now" failure. 2021-01-11 14:12:31 -05:00
makefiles
pl Fix plpgsql tests for debug_invalidate_system_caches_always. 2021-01-08 18:12:07 -05:00
port Don't use elog() in src/port/pwrite.c. 2021-01-13 19:34:14 +13:00
template
test Allow pg_regress.c wrappers to postprocess test result files. 2021-01-11 13:43:19 -05:00
timezone
tools Invent struct ReindexIndexInfo 2021-01-12 17:05:06 -03:00
tutorial
.gitignore
DEVELOPERS
Makefile
Makefile.global.in
Makefile.shlib
nls-global.mk