pgsql: Use PG_INT32_MIN instead of reiterating the constant. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Use PG_INT32_MIN instead of reiterating the constant.
Date
Msg-id E1aqJPj-0002wp-RA@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use PG_INT32_MIN instead of reiterating the constant.

Makes no difference, but it's cleaner this way.

Michael Paquier

Branch
------
master

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

Modified Files
--------------
src/backend/utils/adt/numutils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Provide errno-translation wrappers around bind() and listen() on
Next
From: Tom Lane
Date:
Subject: pgsql: Improve documentation for \crosstabview.