Re: Jargon and acronyms on this mailing list

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, David Rowley <dgrowleyml(at)gmail(dot)com>, Greg Sabino Mullane <htamfids(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Jargon and acronyms on this mailing list
Date: 2024-09-11 15:04:55
Message-ID: 1980a37a-1a88-4347-99ac-eb9478b7eb75@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 2024-09-11 We 8:34 AM, Robert Haas wrote:
> On Mon, Sep 9, 2024 at 3:54 PM Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:
>> There are some serious obstacles to changing it all over, though. I
>> don't want to rewrite all the history, for example.
> Because of the way git works, that really wouldn't be an issue. We'd
> just push the tip of the master branch to main and then start
> committing to main and delete master. The history wouldn't change at
> all, because in git, a branch is really just a movable pointer to a
> commit. The commits themselves don't know that they're part of a
> branch.
>
> A lot of things would break, naturally. We'd still all have master
> branches in our local repositories and somebody might accidentally try
> to push one of those branches back to the upstream repository and the
> buildfarm and lots of other tooling would get confused and it would
> all be a mess for a while, but the history itself would not change.

I think you misunderstood me. I wasn't referring to the git history, but
the buildfarm history.

Anyway, I think what I have done should suffice. You should no longer
see the name HEAD on the buildfarm server, although it will continue to
exists in the database.

Incidentally, I wrote a blog post about changing the client default name
some years ago:
<http://adpgtech.blogspot.com/2021/06/buildfarm-adopts-modern-git-naming.html>

I also have scripting to do the git server changes (basically to set its
default branch), although it's rather github-specific.

cheers

andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2024-09-11 15:11:24 Re: Document DateStyle effect on jsonpath string()
Previous Message David E. Wheeler 2024-09-11 15:00:09 Re: Document DateStyle effect on jsonpath string()