pgsql: Fix incorrect routine name in xlog_heapam.h

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix incorrect routine name in xlog_heapam.h
Дата
Msg-id E1gLGhn-0006eg-6D@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix incorrect routine name in xlog_heapam.h

s/xl_heap_delete/xl_heap_truncate/ in a comment block referring to flags
for truncation.

Discussion: https://postgr.es/m/20180413034734.GE1552@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3ce12018948b2c4ead9a47df7ae0b5ffa2fe06d0

Modified Files
--------------
src/include/access/heapam_xlog.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Indicate session name in isolationtester notices
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Don't require return slots for nodes without projection.