Re: PG 16 draft release notes ready

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PG 16 draft release notes ready
Date: 2023-05-19 23:05:12
Message-ID: 615654.1684537512@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2023-05-20 00:04:58 Re: Wrong results from Parallel Hash Full Join
Previous Message Andres Freund 2023-05-19 23:04:38 Re: benchmark results comparing versions 15.2 and 16