pgsql: Let compiler handle size calculation of bool types. - Mailing list pgsql-committers

From Michael Meskes
Subject pgsql: Let compiler handle size calculation of bool types.
Date
Msg-id E1ZcZTM-0002Sg-RS@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Teodor Sigaev
Date:
Subject: pgsql: Fix bug introduced by microvacuum for GiST
Next
From: Robert Haas
Date:
Subject: pgsql: Add new function planstate_tree_walker.