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

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: No need to call XLogEnsureRecordSpace when the relation is unlog
Date: 2014-11-21 13:18:27
Message-ID: E1Xro6V-0001lJ-Sw@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2014-11-21 17:21:41 pgsql: Make psql's \sf and \ef honor ECHO_HIDDEN.
Previous Message Heikki Linnakangas 2014-11-21 13:09:20 pgsql: Add a comment to regress.c explaining what it contains.