Commit 06e8e71
Etsuro Fujita
Remove incorrect file reference in comment.
Commit b7eda3e moved XidInMVCCSnapshot() from tqual.c into snapmgr.c,
but follow-up commit c91560d incorrectly updated this reference. We
could fix it, but as pointed out by Daniel Gustafsson, 1) the reader can
easily 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; so
let'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 parent 861f86b commit 06e8e71
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2140 | 2140 | | |
2141 | 2141 | | |
2142 | 2142 | | |
2143 | | - | |
2144 | | - | |
| 2143 | + | |
2145 | 2144 | | |
2146 | 2145 | | |
2147 | 2146 | | |
| |||
0 commit comments