Re: [PATCH] Extend ALTER OPERATOR to support adding commutator, negator, hashes, and merges

From: jian he <jian(dot)universality(at)gmail(dot)com>
To: Tommy Pavlicek <tommypav122(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>, pgsql-hackers(at)lists(dot)postgresql(dot)org, Tomas Vondra <tomas(dot)vondra(at)enterprisedb(dot)com>
Subject: Re: [PATCH] Extend ALTER OPERATOR to support adding commutator, negator, hashes, and merges
Date: 2023-09-25 10:52:03
Message-ID: CACJufxHvCkWqrCZDMYiE7Hj9q8j8ymnN8MbK8yyqG+yX6yUCFg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

/*
* AlterOperator
* routine implementing ALTER OPERATOR <operator> SET (option = ...).
*
* Currently, only RESTRICT and JOIN estimator functions can be changed.
*/
ObjectAddress
AlterOperator(AlterOperatorStmt *stmt)

The above comment needs to change, other than that, it passed the
test, works as expected.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hayato Kuroda (Fujitsu) 2023-09-25 11:01:08 RE: [PoC] pg_upgrade: allow to upgrade publisher node
Previous Message Alexander Korotkov 2023-09-25 10:18:04 Re: Index range search optimization