[PATCH] Add min() and max() aggregate functions for xid8 - Mailing list pgsql-hackers

From Ken Kato
Subject [PATCH] Add min() and max() aggregate functions for xid8
Date
Msg-id 47d77b18c44f87f8222c4c7a3e2dee6b@oss.nttdata.com
Whole thread Raw
Responses Re: [PATCH] Add min() and max() aggregate functions for xid8  (Fujii Masao <masao.fujii@oss.nttdata.com>)
List pgsql-hackers
Hi hackers,

Unlike xid, xid8 increases monotonically and cannot be reused.
This trait makes it possible to support min() and max() aggregate 
functions for xid8.
I thought they would be useful for monitoring.

So I made a patch for this.

Best wishes,

-- 
Ken Kato
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION
Attachment

pgsql-hackers by date:

Previous
From: Kyotaro Horiguchi
Date:
Subject: Re: [PATCH] Accept IP addresses in server certificate SANs
Next
From: Robert Treat
Date:
Subject: Re: RFC: Logging plan of the running query