pgsql: Add min() and max() aggregates for xid8.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add min() and max() aggregates for xid8.
Date: 2022-02-10 03:35:09
Message-ID: E1nI0Ef-0001Ks-Qi@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add min() and max() aggregates for xid8.

Bump catalog version.

Author: Ken Kato
Reviewed-by: Kyotaro Horiguchi, Fujii Masao
Discussion: https://postgr.es/m/47d77b18c44f87f8222c4c7a3e2dee6b@oss.nttdata.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/400fc6b6487ddf16aa82c9d76e5cfbe64d94f660

Modified Files
--------------
doc/src/sgml/func.sgml | 4 ++--
src/backend/utils/adt/xid.c | 24 ++++++++++++++++++++++++
src/include/catalog/catversion.h | 2 +-
src/include/catalog/pg_aggregate.dat | 6 ++++++
src/include/catalog/pg_proc.dat | 12 ++++++++++++
src/test/regress/expected/xid.out | 10 +++++++++-
src/test/regress/sql/xid.sql | 6 +++++-
7 files changed, 59 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-02-10 08:30:02 pgsql: Update comment
Previous Message Tom Lane 2022-02-10 02:49:40 Re: pgsql: TAP tests: check for postmaster.pid anyway when "pg_ctl start" f