Updating Copyright notices to 2022?
Hackorum builds and tests every patch posted to the lists, not only commitfest submissions. This is Hackorum's own CI rather than the PostgreSQL project's, and it is still under testing - please report anything that looks wrong.
You can run a PostgreSQL built from this patch straight from Docker, with no checkout and no build:
docker run --rm -p 5432:5432 ghcr.io/hackorum-dev/postgres-patch:t45331psql -h localhost -U postgresBuilt from patchset v1 (message #1), July 27, 2026 at 03:42 PM.
Every patchset is also pushed to a branch of our PostgreSQL fork, so you can check out the same tree CI built. Without a PostgreSQL checkout:
git clone --branch t45331_1 https://github.com/hackorum-dev/postgres.gitIn a checkout you already have, add the fork once:
git remote add hackorum https://github.com/hackorum-dev/postgres.gitthen, for this patchset and every later one:
git fetch hackorum t45331_1 && git checkout t45331_1Patchset v1 (message #1) is on t45331_1
Hi all,
$subject is taken care of by Bruce every year, but this has not been
done yet. That's one run of src/tools/copyright.pl on HEAD (as of the
attached) combined with updates of ./doc/src/sgml/legal.sgml and
./COPYRIGHT in the back-branches, so that's straight-forward.
Bruce, are you planning to refresh the branches?
Thanks,
--
Michael
On Thu, Jan 6, 2022 at 02:48:05PM +0900, Michael Paquier wrote:
Hi all,
$subject is taken care of by Bruce every year, but this has not been
done yet. That's one run of src/tools/copyright.pl on HEAD (as of the
attached) combined with updates of ./doc/src/sgml/legal.sgml and
./COPYRIGHT in the back-branches, so that's straight-forward.Bruce, are you planning to refresh the branches?
I like to be current on my email before I do it, and I have been
completing a Debian upgrade this week so am behind. If you would like
to do it, please go ahead. If not, I will try to do it before Sunday.
--
Bruce Momjian <bruce@momjian.us> https://momjian.us
EDB https://enterprisedb.com
If only the physical world exists, free will is an illusion.
On Fri, Jan 07, 2022 at 04:57:11PM -0500, Bruce Momjian wrote:
I like to be current on my email before I do it, and I have been
completing a Debian upgrade this week so am behind. If you would like
to do it, please go ahead. If not, I will try to do it before Sunday.
Thanks for the update. There is no rush here, so waiting for a couple
of days won't change anything. And historically, you are the one who
has always done the change :)
--
Michael
On Sat, Jan 8, 2022 at 08:51:08AM +0900, Michael Paquier wrote:
On Fri, Jan 07, 2022 at 04:57:11PM -0500, Bruce Momjian wrote:
I like to be current on my email before I do it, and I have been
completing a Debian upgrade this week so am behind. If you would like
to do it, please go ahead. If not, I will try to do it before Sunday.Thanks for the update. There is no rush here, so waiting for a couple
of days won't change anything. And historically, you are the one who
has always done the change :)
Done, sorry for the delay.
--
Bruce Momjian <bruce@momjian.us> https://momjian.us
EDB https://enterprisedb.com
If only the physical world exists, free will is an illusion.