]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Remove incorrect file reference in comment.
authorEtsuro Fujita <efujita@postgresql.org>
Mon, 13 Nov 2023 10:05:04 +0000 (19:05 +0900)
committerEtsuro Fujita <efujita@postgresql.org>
Mon, 13 Nov 2023 10:05:04 +0000 (19:05 +0900)
commitc09e4fc01832abc1cc769bc933aa734d1e5ece8d
tree2ef3ed71f83cff67ef33d8bcdf49bda11eb5ce44
parent33185d3042ef3e88c558e0730110f97a3f83c67f
Remove incorrect file reference in comment.

Commit b7eda3e0e moved XidInMVCCSnapshot() from tqual.c into snapmgr.c,
but follow-up commit c91560def 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.com
src/backend/storage/ipc/procarray.c