pgsql: Fix blatantly uninitialized variable in recent commit. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix blatantly uninitialized variable in recent commit.
Date
Msg-id E1Pps7c-0006ce-Sn@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix blatantly uninitialized variable in recent commit.

Doesn't anybody around here pay attention to compiler warnings?

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/93016983d1e8f3aeb508f1be8daf5ca5de5c5b61

Modified Files
--------------
src/backend/replication/walsender.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix bogus test for hypothetical indexes in get_actual_variable_r
Next
From: Robert Haas
Date:
Subject: pgsql: Remove rule to build sepgsql-regtest.pp.