pgsql: Suppress "variable may be used uninitialized" warning. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Suppress "variable may be used uninitialized" warning.
Date
Msg-id E1ZKEjE-0000lz-Rs@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Suppress "variable may be used uninitialized" warning.

Also re-pgindent, just because I'm a neatnik.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2c698f438acc0b4ebc73b27da734e488a5a967cc

Modified Files
--------------
src/backend/commands/policy.c |    8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Suppress "variable may be used uninitialized" warning.
Next
From: Tom Lane
Date:
Subject: pgsql: Prevent platform-dependent output row ordering in a new test que