pgsql: Use PG_INT32_MIN instead of reiterating the constant.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use PG_INT32_MIN instead of reiterating the constant.
Date: 2016-04-13 11:56:55
Message-ID: E1aqJPj-0002wp-RA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-04-13 12:36:47 Re: Re: [COMMITTERS] pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold <
Previous Message Michael Paquier 2016-04-13 07:54:04 Re: [COMMITTERS] pgsql: Add regression tests for multiple synchronous standbys.