forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdc878ff
committed
Remove spurious code comments in standby related code
GetRunningTransactionData() suggested that subxids were not worthoptimizing away if overflowed, yet they have already been removedfor that case.Changes to LogAccessExclusiveLock() API forgot to remove theprior comment when it was copied to LockAcquire().1 parent802bde8 commitdc878ff
2 files changed
+1
-8
lines changedLines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1926 | 1926 |
| |
1927 | 1927 |
| |
1928 | 1928 |
| |
1929 |
| - | |
1930 |
| - | |
1931 |
| - | |
| 1929 | + | |
1932 | 1930 |
| |
1933 | 1931 |
| |
1934 | 1932 |
| |
|
Lines changed: 0 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1050 | 1050 |
| |
1051 | 1051 |
| |
1052 | 1052 |
| |
1053 |
| - | |
1054 |
| - | |
1055 |
| - | |
1056 |
| - | |
1057 |
| - | |
1058 | 1053 |
| |
1059 | 1054 |
| |
1060 | 1055 |
| |
|
0 commit comments
Comments
(0)