pgsql: Fix compiler warning in WaitForBackgroundWorkerStartup(). - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Fix compiler warning in WaitForBackgroundWorkerStartup().
Date
Msg-id E1VMhdp-00050J-V7@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix compiler warning in WaitForBackgroundWorkerStartup().

Per complaint from Andrew Gierth.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/496439d943565bdb6cb2eef534cce551c30e8a0f

Modified Files
--------------
src/backend/postmaster/bgworker.c |    6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Fix typo in comment.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix two timeline handling bugs in pg_receivexlog.