pgsql: Add variable names to two LWLock C prototypes

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add variable names to two LWLock C prototypes
Date: 2014-10-27 08:46:04
Message-ID: E1XifwC-0003p3-EU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add variable names to two LWLock C prototypes

Previously only the variable types appeared.

Branch
------
master

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

Modified Files
--------------
src/include/storage/lwlock.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-10-27 08:52:26 pgsql: Fix two bugs in tsquery @> operator.
Previous Message Tom Lane 2014-10-27 00:59:28 pgsql: Avoid unportable strftime() behavior in pg_dump/pg_dumpall.