pgsql: Remove unused NextLogPage macro

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove unused NextLogPage macro
Date: 2012-12-27 21:25:41
Message-ID: E1ToKxR-0005na-IS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unused NextLogPage macro

Commit 061e7efb1b did away with its last caller, but neglected to remove
the actual definition.

Author: Andres Freund

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/eaa1f7220ae83997b56adcae1fbb7b2e92bfc050

Modified Files
--------------
src/include/access/xlog_internal.h | 11 -----------
1 files changed, 0 insertions(+), 11 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2012-12-27 21:37:44 pgsql: Assign InvalidXLogRecPtr instead of MemSet(0)
Previous Message Peter Eisentraut 2012-12-27 04:54:39 pgsql: doc: Replace "NOTE" with proper markup