summaryrefslogtreecommitdiffstats
path: root/src/backend/storage/ipc/procarray.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/backend/storage/ipc/procarray.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/storage/ipc/procarray.c b/src/backend/storage/ipc/procarray.c
index 4655d8c..3c4da3c 100644
--- a/src/backend/storage/ipc/procarray.c
+++ b/src/backend/storage/ipc/procarray.c
@@ -2220,8 +2220,7 @@ GetSnapshotDataReuse(Snapshot snapshot)
* but since PGPROC has only a limited cache area for subxact XIDs, full
* information may not be available. If we find any overflowed subxid arrays,
* we have to mark the snapshot's subxid data as overflowed, and extra work
- * *may* need to be done to determine what's running (see XidInMVCCSnapshot()
- * in heapam_visibility.c).
+ * *may* need to be done to determine what's running (see XidInMVCCSnapshot()).
*
* We also update the following backend-global variables:
* TransactionXmin: the oldest xmin of any snapshot in use in the