forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf975fc3
committed
Remove global variable "LastRec" in xlog.c
This variable is used only by StartupXLOG() now, so let's make it localto simplify the code.Author: Amul SulReviewed-by: Tom Lane, Michael PaquierDiscussion:https://postgr.es/m/CAAJ_b96Qd023itERBRN9Z7P2saNDT3CYvGuMO8RXwndVNN6z7g@mail.gmail.com1 parentad26ee2 commitf975fc3
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
191 | 191 |
| |
192 | 192 |
| |
193 | 193 |
| |
194 |
| - | |
195 |
| - | |
196 | 194 |
| |
197 | 195 |
| |
198 | 196 |
| |
| |||
6679 | 6677 |
| |
6680 | 6678 |
| |
6681 | 6679 |
| |
| 6680 | + | |
6682 | 6681 |
| |
6683 | 6682 |
| |
6684 | 6683 |
| |
|
0 commit comments
Comments
(0)