pgsql: Editorial review of SET UNLOGGED

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Editorial review of SET UNLOGGED
Date: 2014-08-25 17:54:56
Message-ID: E1XLyTo-000299-5Q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Editorial review of SET UNLOGGED

Add a succint comment explaining why it's correct to change the
persistence in this way. Also s/loggedness/persistence/ because native
speakers didn't like the latter term.

Fabrízio and Álvaro

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7636c0c821f669e134a0f2fd1c6225bb3ec820d4

Modified Files
--------------
src/backend/commands/tablecmds.c | 35 +++++++++++++++++++++--------------
1 file changed, 21 insertions(+), 14 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2014-08-25 19:34:36 pgsql: Revert XactLockTableWait context setup in conditional multixact
Previous Message Heikki Linnakangas 2014-08-25 17:15:35 pgsql: Add regression tests for SELECT FOR UPDATE/SHARE NOWAIT.