Re: [PATCH] Extend ALTER OPERATOR to support adding commutator, negator, hashes, and merges
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Tommy Pavlicek <tommypav122@gmail.com>
Cc: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>, pgsql-hackers@lists.postgresql.org, Tomas Vondra <tomas.vondra@enterprisedb.com>
Date: 2023-06-23T11:21:46Z
Lists: pgsql-hackers
Tommy Pavlicek <tommypav122@gmail.com> writes: > I've added a single patch here: https://commitfest.postgresql.org/43/4389/ > It wasn't obvious whether I should create a second commitfest entry > because I've included 2 patches so I've just done 1 to begin with. On > that note, is it preferred here to split patches of this size into > separate patches, and if so, additionally, separate threads? No, our commitfest infrastructure is unable to deal with patches that have interdependencies unless they're presented in a single email. So just use one thread, and be sure to attach all the patches each time. (BTW, while you seem to have gotten away with it so far, it's usually advisable to name the patch files like 0001-foo.patch, 0002-bar.patch, etc, to make sure the cfbot understands what order to apply them in.) regards, tom lane
Commits
-
Strip Windows newlines from extension script files manually.
- 6cfb3a337469 18.0 landed
-
Read extension script files in text not binary mode.
- 924e03917d6f 18.0 landed
-
Improve reporting of errors in extension script files.
- 774171c4f640 18.0 landed
-
Improve parser's reporting of statement start locations.
- 14e5680eee19 18.0 landed
-
Extend ALTER OPERATOR to allow setting more optimization attributes.
- 2b5154beab79 17.0 landed
-
Core support for "extensions", which are packages of SQL objects.
- d9572c4e3b47 9.1.0 cited