forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitaf51b2f

Amit Kapila
Remove unused xid parameter.
Commit6c2003f removes the use of transaction id's for exportingsnapshots. This commit removes one unused xid parameter left behind inSnapBuildGetOrBuildSnapshot.Author: Melih MutluReviewed-By: Zhang MingliDiscussion:https://postgr.es/m/CAGPVpCTqZRoDKgCycw+eYi+Gq41rN9pU-gntgTd7wfsNDpPL3Q@mail.gmail.com1 parent7d70809 commitaf51b2f
File tree
3 files changed
+3
-4
lines changed- src
- backend/replication/logical
- include/replication
3 files changed
+3
-4
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
594 | 594 |
| |
595 | 595 |
| |
596 | 596 |
| |
597 |
| - | |
| 597 | + | |
598 | 598 |
| |
599 | 599 |
| |
600 | 600 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
694 | 694 |
| |
695 | 695 |
| |
696 | 696 |
| |
697 |
| - | |
| 697 | + | |
698 | 698 |
| |
699 | 699 |
| |
700 | 700 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
76 |
| - | |
77 |
| - | |
| 76 | + | |
78 | 77 |
| |
79 | 78 |
| |
80 | 79 |
| |
|
0 commit comments
Comments
(0)