Add min() and max() aggregates for xid8.
Fujii Masao <fujii@postgresql.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/func.sgml | modified | +2 −2 |
| src/backend/utils/adt/xid.c | modified | +24 −0 |
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/catalog/pg_aggregate.dat | modified | +6 −0 |
| src/include/catalog/pg_proc.dat | modified | +12 −0 |
| src/test/regress/expected/xid.out | modified | +9 −1 |
| src/test/regress/sql/xid.sql | modified | +5 −1 |
Documentation touched
Discussion
- [PATCH] Add min() and max() aggregate functions for xid8 13 messages · 2022-02-03 → 2022-02-10