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

Etsuro Fujita
Remove incorrect file reference in comment.
Commitb7eda3e moved XidInMVCCSnapshot() from tqual.c into snapmgr.c,but follow-up commitc91560d incorrectly updated this reference. Wecould fix it, but as pointed out by Daniel Gustafsson, 1) the reader caneasily find the file that contains the definition of that function, e.g.by grepping, and 2) this kind of reference is prone to going stale; solet's just remove it.Back-patch to all supported branches.Reviewed by Daniel Gustafsson.Discussion:https://postgr.es/m/CAPmGK145VdKkPBLWS2urwhgsfidbSexwY-9zCL6xSUJH%2BBTUUg%40mail.gmail.com1 parentc0bfdaf commitc30f1fc
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2220 | 2220 |
| |
2221 | 2221 |
| |
2222 | 2222 |
| |
2223 |
| - | |
2224 |
| - | |
| 2223 | + | |
2225 | 2224 |
| |
2226 | 2225 |
| |
2227 | 2226 |
| |
|
0 commit comments
Comments
(0)