Incorrect file reference in comment in procarray.c

Поиск
Список
Период
Сортировка
От Etsuro Fujita
Тема Incorrect file reference in comment in procarray.c
Дата
Msg-id CAPmGK145VdKkPBLWS2urwhgsfidbSexwY-9zCL6xSUJH+BTUUg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Incorrect file reference in comment in procarray.c  (Daniel Gustafsson <daniel@yesql.se>)
Список pgsql-hackers
Hi,

While working on something else, I noticed $SUBJECT: commit b7eda3e0e
moved XidInMVCCSnapshot() from tqual.c into snapmgr.c, but follow-up
commit c91560def updated this reference incorrectly:

@@ -1498,7 +1498,7 @@ GetMaxSnapshotSubxidCount(void)
  * 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 tqual.c).
+ * in heapam_visibility.c).

Attached is a small patch for that: s/heapam_visibility.c/snapmgr.c/.

Best regards,
Etsuro Fujita

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Shlok Kyal
Дата:
Сообщение: Re: Force the old transactions logs cleanup even if checkpoint is skipped
Следующее
От: Marius RAICU
Дата:
Сообщение: Re: BUG #18167: cannot create partitioned tables when default_tablespace is set