pgsql: Let compiler handle size calculation of bool types.

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Let compiler handle size calculation of bool types.
Date: 2015-09-17 13:43:36
Message-ID: E1ZcZTM-0002Sg-RS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Let compiler handle size calculation of bool types.

Back in the day this did not work, but modern compilers should handle it themselves.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/293fd7c77e40cdf06b7a9eb6db95379be8869b04

Modified Files
--------------
src/interfaces/ecpg/ecpglib/data.c | 18 ++----------------
src/interfaces/ecpg/ecpglib/execute.c | 13 ++-----------
2 files changed, 4 insertions(+), 27 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2015-09-17 15:28:09 pgsql: Add new function planstate_tree_walker.
Previous Message Teodor Sigaev 2015-09-17 11:23:05 pgsql: Fix bug introduced by microvacuum for GiST