projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
497bac7
)
Fix an obsolete reference to SnapshotNow in comment.
author
Fujii Masao
Wed, 4 Mar 2015 03:25:48 +0000
(12:25 +0900)
committer
Fujii Masao
Wed, 4 Mar 2015 03:25:48 +0000
(12:25 +0900)
Peter Geoghegan
src/backend/replication/logical/snapbuild.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/replication/logical/snapbuild.c
b/src/backend/replication/logical/snapbuild.c
index e91145328a8c73caa6b1107cc5561b8e5f33fdce..ff5ff265e601a626ff6ee3a2807288f2e41c2c08 100644
(file)
--- a/
src/backend/replication/logical/snapbuild.c
+++ b/
src/backend/replication/logical/snapbuild.c
@@
-1077,7
+1077,7
@@
SnapBuildCommitTxn(SnapBuild *builder, XLogRecPtr lsn, TransactionId xid,
/* refcount of the snapshot builder for the new snapshot */
SnapBuildSnapIncRefcount(builder->snapshot);
- /* add a new Snapshot
Now
to all currently running transactions */
+ /* add a new Snapshot to all currently running transactions */
SnapBuildDistributeNewCatalogSnapshot(builder, lsn);
}
else