- Notifications
You must be signed in to change notification settings - Fork5
Commitab9c433
committed
Don't build full initial logical decoding snapshot if NOEXPORT_SNAPSHOT.
Earlier commits (56e19d9 and2bef06d) make it cheaper tocreate a logical slot if not exporting the initial snapshot. IfNOEXPORT_SNAPSHOT is specified, we can skip the overhead, not justwhen creating a slot via sql (which can't export snapshots). AsNOEXPORT_SNAPSHOT has only recently been introduced, this shouldn't bebackpatched.1 parent56e19d9 commitab9c433
1 file changed
+6
-2
lines changedLines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
873 | 873 |
| |
874 | 874 |
| |
875 | 875 |
| |
| 876 | + | |
876 | 877 |
| |
877 | 878 |
| |
878 | 879 |
| |
| |||
884 | 885 |
| |
885 | 886 |
| |
886 | 887 |
| |
| 888 | + | |
| 889 | + | |
887 | 890 |
| |
888 | 891 |
| |
889 | 892 |
| |
| |||
906 | 909 |
| |
907 | 910 |
| |
908 | 911 |
| |
| 912 | + | |
| 913 | + | |
909 | 914 |
| |
910 | 915 |
| |
911 |
| - | |
912 |
| - | |
| 916 | + | |
913 | 917 |
| |
914 | 918 |
| |
915 | 919 |
| |
|
0 commit comments
Comments
(0)