pgsql: Correct comment in Hot Standby nbtree handling

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Correct comment in Hot Standby nbtree handling
Date: 2014-05-06 14:15:25
Message-ID: E1Whg9V-0006rF-7w@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Correct comment in Hot Standby nbtree handling

Logic is correct, matching handling of LP_DEAD elsewhere.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/41fdcf71d2b424104e08ce229104b8e8e2840d1b

Modified Files
--------------
src/backend/access/nbtree/nbtxlog.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2014-05-06 14:57:56 pgsql: Adjust pgindent to remove tabs after periods in C comments.
Previous Message Simon Riggs 2014-05-06 14:13:30 Re: pgsql: pg_basebackup streaming: adjust version check msg