pgsql: Avoid scan-build warning about uninitialized htonl() arguments.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Avoid scan-build warning about uninitialized htonl() arguments.
Date: 2015-10-12 00:45:27
Message-ID: E1ZlRF1-0000yu-7H@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Avoid scan-build warning about uninitialized htonl() arguments.

Josh Kupershmidt

Branch
------
master

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

Modified Files
--------------
contrib/pgcrypto/crypt-des.c | 2 ++
1 file changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2015-10-12 01:51:56 pgsql: Fix whitespace
Previous Message Robert Haas 2015-10-09 23:39:37 pgsql: Speed up text sorts where the same strings occur multiple times.