| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
| Cc: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | Re: pgsql: Add list of acknowledgments to release notes |
| Date: | 2021-09-19 16:51:06 |
| Message-ID: | 1558866.1632070266@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Peter Eisentraut <peter(at)eisentraut(dot)org> writes:
> Add list of acknowledgments to release notes
> This contains all individuals mentioned in the commit messages during
> PostgreSQL 14 development.
These entries:
<member>Michał Albrycht</member>
<member>Önder Kalacı</member>
are causing some doc toolchain issues:
[WARN] FOUserAgent - Glyph "\305\202" (0x142, lslash) not available in font "Times-Roman".
[WARN] FOUserAgent - Glyph "\304\261" (0x131, dotlessi) not available in font "Times-Roman".
I see this on alabio (as well as locally), which I presume means
that the officially built PDFs won't render these names correctly.
They sure don't render nicely in PDFs made on my machine:
Micha# Albrycht
Önder Kalac#
As a quick hack I'm inclined to just anglicize those letters ...
do you have a better idea?
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tomas Vondra | 2021-09-19 23:01:02 | pgsql: Disallow extended statistics on system columns |
| Previous Message | Tom Lane | 2021-09-19 16:10:40 | pgsql: Doc: further tweaking of v14 release notes. |