The build fails some tests:
+ERROR: invalid value "ŞUB" for "MON"
+DETAIL: The given value did not match any of the allowed values for this field.
SELECT to_date('01 Şub 2010', 'DD TMMON YYYY');
- to_date
-------------
- 02-01-2010
-(1 row)
-
+ERROR: invalid value "Şub" for "MON"
+DETAIL: The given value did not match any of the allowed values for this field.
SELECT to_date('1234567890ab 2010', 'TMMONTH YYYY'); -- fail
ERROR: invalid value "1234567890ab" for "MONTH"
DETAIL: The given value did not match any of the allowed values for this field.
==> ERROR: A failure occurred in check().
Aborting...
Looking at this comment in psql13 https://aur.archlinux.org/packages/postgresql13#comment-870822 , it seems that this problem is caused by a newer version of perl
and links to a patch
Pinned Comments
mrechte commented on 2021-12-27 15:36 (UTC) (edited on 2021-12-28 10:34 (UTC) by mrechte)
Introduction
This version may cohabit with other major versions, including the official one.
Data directory is /var/lib/postgres/data14
Initialize the database
Start the service
Use the service