Re: pgsql: Add pg_alterckey utility to change the cluster key

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Add pg_alterckey utility to change the cluster key
Date: 2020-12-26 16:45:41
Message-ID: 1284775.1609001141@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Bruce Momjian <bruce(at)momjian(dot)us> writes:
> On Sat, Dec 26, 2020 at 06:16:37PM +0900, Michael Paquier wrote:
>> The CF bot at http://cfbot.cputube.org/ includes tests on Windows, so
>> those problems would have been detected beforehand. Did you look at
>> these? If this cannot be fixed, could it be possible to revert
>> please? It looks rather clear that this has not been tested across
>> multiple platforms, and the absence of tests to allow the buildfarm to
>> stress this code does not really help either in gaining confidence
>> that this is stable.

> I have been working on this patch for almost two months, and wanted to
> try to get it into the tree near Christmas as sort of a Christmas
> present to the community.

It's not much of a "Christmas present" to have to spend part of the
holiday fixing somebody else's obviously under-baked commits.

I think you should revert *all* of this and not come back until
(a) you have some test cases and (b) somebody besides you has read
the entire patch. There are way too many beginner-level errors in
what you've pushed so far. And that's not even counting the question
of whether the design is right to begin with, which somebody already
expressed doubts about.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2020-12-26 17:18:18 Re: pgsql: Add pg_alterckey utility to change the cluster key
Previous Message Pavel Stehule 2020-12-26 15:36:58 Re: pgsql: pg_alterckey: remove TAP check rules from Makefile

Browse pgsql-hackers by date

  From Date Subject
Next Message Zhihong Yu 2020-12-26 16:53:28 Re: pg_stat_statements and "IN" conditions
Previous Message vignesh C 2020-12-26 15:50:45 Re: Parallel Inserts in CREATE TABLE AS