| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Justin Pryzby <pryzby(at)telsasoft(dot)com> |
| Cc: | Anastasia Lubennikova <a(dot)lubennikova(at)postgrespro(dot)ru>, Stephen Frost <sfrost(at)snowman(dot)net>, Magnus Hagander <magnus(at)hagander(dot)net>, Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>, Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, Ian Lawrence Barwick <barwick(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: [PATCH] remove deprecated v8.2 containment operators |
| Date: | 2021-03-05 01:58:39 |
| Message-ID: | 1432461.1614909519@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Justin Pryzby <pryzby(at)telsasoft(dot)com> writes:
> [ 0001-remove-deprecated-v8.2-containment-operators.patch ]
I'm confused by why this patch is only dropping the operators'
opclass-membership links. Don't we want to actually DROP OPERATOR
too?
Also, the patch seems to be trying to resurrect hstore--1.0--1.1.sql,
which I do not see the point of. It was removed because no modern
server will even think it's valid syntax, and that situation has
not changed.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andy Fan | 2021-03-05 02:22:45 | Re: Keep notnullattrs in RelOptInfo (Was part of UniqueKey patch series) |
| Previous Message | kuroda.hayato@fujitsu.com | 2021-03-05 01:56:38 | RE: Refactor ECPGconnect and allow IPv6 connection |