postgresql/src
Peter Geoghegan 68ef887842 Remove obsolete nbtree README commentary.
Commit d2086b08b0 removed almost all cases where nbtree must release a
read buffer lock and acquire a write buffer lock instead, so remaining
cases in which that's still necessary are not notable enough to appear
in the nbtree README.

More importantly, holding on to a buffer pin in cases where nbtree must
trade a read lock for a write lock is very unlikely to save any I/O.
This seems to have been a long overlooked throwback to a time when
nbtree cared about write-ordering dependencies, and performed
synchronous buffer writes.  It hasn't worked that way in many years.
2019-08-13 17:16:44 -07:00
..
backend Remove obsolete nbtree README commentary. 2019-08-13 17:16:44 -07:00
bin Un-break pg_dump for pre-8.3 source servers. 2019-08-13 16:58:32 -04:00
common Refactor logic to remove trailing CR/LF characters from strings 2019-08-09 11:05:14 +09:00
fe_utils Fix memory leak coming from simple lists built in reindexdb 2019-07-30 10:54:48 +09:00
include Fix inconsistencies and typos in the tree, take 10 2019-08-13 13:53:41 +09:00
interfaces Fix inconsistencies and typos in the tree, take 10 2019-08-13 13:53:41 +09:00
makefiles Remove support for non-ELF BSD systems 2019-07-01 23:56:20 +01:00
pl Fix inconsistencies and typos in the tree, take 10 2019-08-13 13:53:41 +09:00
port Fix inconsistencies and typos in the tree, take 10 2019-08-13 13:53:41 +09:00
template Yet further rethinking of build changes for macOS Mojave. 2018-11-02 18:54:00 -04:00
test Fix inconsistencies and typos in the tree, take 10 2019-08-13 13:53:41 +09:00
timezone Fix inconsistencies and typos in the tree, take 10 2019-08-13 13:53:41 +09:00
tools Fix inconsistencies and typos in the tree, take 10 2019-08-13 13:53:41 +09:00
tutorial Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04: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 Fix inconsistencies and typos in the tree 2019-07-29 12:28:30 +09:00
Makefile.shlib Remove support for non-ELF BSD systems 2019-07-01 23:56:20 +01:00
nls-global.mk Move logging.h and logging.c from src/fe_utils/ to src/common/. 2019-05-14 14:20:10 -04:00