Re: PG 16 draft release notes ready - Mailing list pgsql-hackers

From Tom Lane
Subject Re: PG 16 draft release notes ready
Date
Msg-id 615654.1684537512@sss.pgh.pa.us
Whole thread Raw
In response to Re: PG 16 draft release notes ready  (Bruce Momjian <bruce@momjian.us>)
Responses Re: PG 16 draft release notes ready
Re: PG 16 draft release notes ready
List pgsql-hackers
The v16 release notes are problematic in a PDF docs build:

[WARN] FOUserAgent - Glyph "?" (0x142, lslash) not available in font "Times-Roman".

This is evidently from

Add functions to add, subtract, and generate timestamptz values in a specified time zone (Przemysław Sztoch, Gurjeet
Singh)

Change date_trunc(unit, timestamptz, time_zone) to be an immutable function (Przemysław Sztoch)

since "ł" doesn't exist in ISO8859-1.  I'd suggest dumbing these
down to plain "l".

            regards, tom lane



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: benchmark results comparing versions 15.2 and 16
Next
From: Tom Lane
Date:
Subject: Re: Wrong results from Parallel Hash Full Join