pgsql: Fix cosmetic blemishes involving rd_createSubid.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Fix cosmetic blemishes involving rd_createSubid.
Дата
Msg-id E1jFhG1-0000Ud-AB@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix cosmetic blemishes involving rd_createSubid.

Remove an obsolete comment from AtEOXact_cleanup().  Restore formatting
of a comment in struct RelationData, mangled by the pgindent run in
commit 9af4159fce6654aa0e081b00d02bca40b978745c.  Back-patch to 9.5 (all
supported versions), because another fix stacks on this.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d60ef94d7639b433a7bf9dd7d48aeb63194235d3

Modified Files
--------------
src/backend/utils/cache/relcache.c |  5 +----
src/include/utils/rel.h            | 11 ++++++++---
2 files changed, 9 insertions(+), 7 deletions(-)


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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: pgsql: Allow page lock to conflict among parallel group members.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Skip WAL for new relfilenodes, under wal_level=minimal.