diff options
author | Andres Freund <andres@anarazel.de> | 2017-04-27 15:49:22 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2017-04-27 15:52:31 -0700 |
commit | ab9c43381ef7a7333086107847413e0b593854d0 (patch) | |
tree | b807768ba4eb0197a1adad6821716308daf9ae26 /src/backend/parser/parse_utilcmd.c | |
parent | 56e19d938dd1457ae078304df1b9903509a0a2bf (diff) | |
download | postgresql-ab9c43381ef7a7333086107847413e0b593854d0.tar.gz postgresql-ab9c43381ef7a7333086107847413e0b593854d0.zip |
Don't build full initial logical decoding snapshot if NOEXPORT_SNAPSHOT.
Earlier commits (56e19d938dd14 and 2bef06d5164) make it cheaper to
create a logical slot if not exporting the initial snapshot. If
NOEXPORT_SNAPSHOT is specified, we can skip the overhead, not just
when creating a slot via sql (which can't export snapshots). As
NOEXPORT_SNAPSHOT has only recently been introduced, this shouldn't be
backpatched.
Diffstat (limited to 'src/backend/parser/parse_utilcmd.c')
0 files changed, 0 insertions, 0 deletions