@Markus.N, I have the same problem not only with PG15 but also with PG16.
On Arch:
# set datestyle to postgres;
SET
# set timezone to 'Europe/Paris';
SET
# SELECT DATE_TRUNC('MILLENNIUM', DATE '1970-03-20');
date_trunc
------------------------------
Thu Jan 01 00:00:00 1001 LMT
(1 ligne)
# set timezone to 'PST8PDT';
SET
# SELECT DATE_TRUNC('MILLENNIUM', DATE '1970-03-20');
date_trunc
------------------------------
Thu Jan 01 00:00:00 1001 LMT
(1 ligne)
On RHEL9
# set timezone to 'Europe/Paris';
SET
# SELECT DATE_TRUNC('MILLENNIUM', DATE '1970-03-20');
date_trunc
------------------------------
Thu 01 Jan 00:00:00 1001 LMT
(1 ligne)
# set timezone to 'PST8PDT';
SET
# SELECT DATE_TRUNC('MILLENNIUM', DATE '1970-03-20');
date_trunc
------------------------------
Thu 01 Jan 00:00:00 1001 PST
(1 ligne)
You may use makepg --nocheck
to by-pass the tests.
Pinned Comments
mrechte commented on 2023-12-08 11:02 (UTC) (edited on 2023-12-26 14:39 (UTC) by mrechte)
Introduction
This version may cohabit with other major versions, including the official one.
Data directory is /var/lib/postgres/data15
Initialize the database
Start the service
Use the service