pgsql: Revert renaming of int44in/int44out.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Revert renaming of int44in/int44out.
Date: 2018-02-27 20:15:46
Message-ID: E1eqlf8-0006H9-7v@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert renaming of int44in/int44out.

This seemed like a good idea in commit be42eb9d6, but it causes more
trouble than it's worth for cross-branch upgrade testing.

Discussion: https://postgr.es/m/11927.1519756619@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c40e20a83ce521b5b5403b08dde05b0f0641d77f

Modified Files
--------------
src/test/regress/expected/create_type.out | 4 ++--
src/test/regress/input/create_function_1.source | 4 ++--
src/test/regress/output/create_function_1.source | 4 ++--
src/test/regress/regress.c | 16 ++++++++--------
src/test/regress/sql/create_type.sql | 4 ++--
5 files changed, 16 insertions(+), 16 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-02-27 20:56:57 pgsql: Use the correct tuplestore read pointer in a NamedTuplestoreScan
Previous Message Robert Haas 2018-02-27 19:44:38 pgsql: doc: Fix grammar.