pgsql: No need to call XLogEnsureRecordSpace when the relation is unlog

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: No need to call XLogEnsureRecordSpace when the relation is unlog
Дата
Msg-id E1Xro6V-0001lJ-Sw@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
No need to call XLogEnsureRecordSpace when the relation is unlogged.

Amit Kapila

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/622983ea6964fc55f1ad3063d3d7b8f5de8e8816

Modified Files
--------------
src/backend/access/gin/ginfast.c |    3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Add a comment to regress.c explaining what it contains.
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Make psql's \sf and \ef honor ECHO_HIDDEN.