diff options
author | Robert Haas <rhaas@postgresql.org> | 2016-06-15 11:40:07 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2016-06-15 11:40:07 -0400 |
commit | c7a25c242ffa29810adc2b5320ec7542fe2928bd (patch) | |
tree | be2043f9d5f76628f24c52a32aa17fe1bfed9548 /contrib/postgres_fdw/postgres_fdw.c | |
parent | 8383486f108c650b187358bfe811060627c751c9 (diff) | |
download | postgresql-c7a25c242ffa29810adc2b5320ec7542fe2928bd.tar.gz postgresql-c7a25c242ffa29810adc2b5320ec7542fe2928bd.zip |
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
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions