pgsql: Add variable names to two LWLock C prototypes - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Add variable names to two LWLock C prototypes
Date
Msg-id E1XifwC-0003p3-EU@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Avoid unportable strftime() behavior in pg_dump/pg_dumpall.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix two bugs in tsquery @> operator.