postgresql/src
Robert Haas c7a25c242f Mark some functions parallel-unsafe.
currtid() and currtid2() call GetLatestSnapshot(), which fails in
parallel mode.  pg_export_snapshot() calls ExportSnapshot() which
attempts to assign an XID for the current transaction if it does not
already have one; that, too, will fail in parallel mode.

Andreas Seltenreich
2016-06-15 11:40:07 -04:00
..
backend Force idle_in_transaction_session_timeout off in pg_dump and autovacuum. 2016-06-15 10:53:03 -04:00
bin Force idle_in_transaction_session_timeout off in pg_dump and autovacuum. 2016-06-15 10:53:03 -04:00
common pgindent run for 9.6 2016-06-09 18:02:36 -04:00
fe_utils
include Mark some functions parallel-unsafe. 2016-06-15 11:40:07 -04:00
interfaces Remove extraneous leading whitespace in Windows build script. 2016-06-13 11:50:27 -04:00
makefiles
pl PL/Python: Clean up extended error reporting docs and tests 2016-06-15 10:34:11 -04:00
port pgindent run for 9.6 2016-06-09 18:02:36 -04:00
template
test Finish pgindent run for 9.6: Perl files. 2016-06-12 04:19:56 -04:00
timezone
tools Finish pgindent run for 9.6: Perl files. 2016-06-12 04:19:56 -04:00
tutorial
.gitignore
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in
Makefile.shlib
nls-global.mk nls-global.mk: search build dir for source files, too 2016-06-07 18:55:18 -04:00
win32.mak