forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit617fffe
committed
Rename removable xid function for consistency.
GlobalVisIsRemovableFullXid() is now GlobalVisCheckRemovableFullXid().This is consistent with the general convention for FullTransactionIdequivalents of functions that deal with TransactionId values. It nowmatches the nearby GlobalVisCheckRemovableXid() function, which performsthe same check for callers that use TransactionId values.Oversight in commitdc7420c.Discussion:https://postgr.es/m/CAH2-Wzmes12jFNDcVgpU89Vp=r6uLFrE-MT0fjSWGsE70UiNaA@mail.gmail.com1 parentd1d2979 commit617fffe
File tree
4 files changed
+4
-4
lines changed- src
- backend
- access/gist
- storage/ipc
- include/utils
4 files changed
+4
-4
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
914 | 914 |
| |
915 | 915 |
| |
916 | 916 |
| |
917 |
| - | |
| 917 | + | |
918 | 918 |
| |
919 | 919 |
| |
920 | 920 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
388 | 388 |
| |
389 | 389 |
| |
390 | 390 |
| |
391 |
| - | |
| 391 | + | |
392 | 392 |
| |
393 | 393 |
| |
394 | 394 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4146 | 4146 |
| |
4147 | 4147 |
| |
4148 | 4148 |
| |
4149 |
| - | |
| 4149 | + | |
4150 | 4150 |
| |
4151 | 4151 |
| |
4152 | 4152 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
155 | 155 |
| |
156 | 156 |
| |
157 | 157 |
| |
158 |
| - | |
| 158 | + | |
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
|
0 commit comments
Comments
(0)