Re: range_agg

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Paul A Jungwirth <pj(at)illuminatedcomputing(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, Jeff Davis <pgsql(at)j-davis(dot)com>, Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: range_agg
Date: 2020-03-04 02:28:49
Message-ID: 20200304022849.GA5402@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I started to review this again. I'm down to figuring out whether the
typecache changes make sense; in doing so I realized that the syscaches
weren't perfectly defined (I think leftovers from when there was a
pg_multirange catalog, earlier in development), so I fixed that.

0001 is mostly Paul's v10 patch, rebased to current master; no
conflicts, I had to make a couple of small other adjustments to catch up
with current times.

The other patches are fairly obvious; changes in 0004 are described in
its commit message.

I'll continue to try to think through the typecache aspects of this
patch.

--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment Content-Type Size
v11-0001-Paul-s-v10.patch text/x-diff 337.8 KB
v11-0002-silence-compiler-warning.patch text/x-diff 827 bytes
v11-0003-whitespace-tweaks.patch text/x-diff 3.2 KB
v11-0004-Various-tweaks-mostly-naming.patch text/x-diff 13.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2020-03-04 02:50:04 Re: New SQL counter statistics view (pg_stat_sql)
Previous Message Fujii Masao 2020-03-04 02:04:00 Re: Some problems of recovery conflict wait events