pgsql: No need to call XLogEnsureRecordSpace when the relation is unlog - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: No need to call XLogEnsureRecordSpace when the relation is unlog
Date
Msg-id E1Xro6V-0001lJ-Sw@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Add a comment to regress.c explaining what it contains.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Make psql's \sf and \ef honor ECHO_HIDDEN.