From: | Thomas Munro <thomas(dot)munro(at)gmail(dot)com> |
---|---|
To: | Daniel Gustafsson <daniel(at)yesql(dot)se> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Magnus Hagander <magnus(at)hagander(dot)net>, Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>, PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Bruce Momjian <bruce(at)momjian(dot)us> |
Subject: | Re: Stale external URL in doc? |
Date: | 2020-07-11 03:25:54 |
Message-ID: | CA+hUKGJ7SEGLbj==TQCcyKRA9aqj8+6L=exSq1y25TA=WxLziQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Sat, Jul 11, 2020 at 9:56 AM Daniel Gustafsson <daniel(at)yesql(dot)se> wrote:
> > On 10 Jul 2020, at 23:47, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> > Thomas Munro <thomas(dot)munro(at)gmail(dot)com> writes:
> >> The others required minor manual sleuthing to correct; I hope I found
> >> the correct ISN ranges page. Please see attached.
> >
> > I didn't actually check any of these, but they look like sane changes.
>
> +1, looks good, thanks!
Is it OK that I see the following warning many times when running
"make" under src/backend/utils/mb/Unicode? It looks like this code is
from commit 1de9cc0d. Horiguchi-san, do you think something changed
(input data format, etc) since you wrote it, or maybe some later
changes just made our perl scripts more picky about warnings?
Use of uninitialized value $val in printf at convutils.pm line 612.
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2020-07-11 04:44:01 | Re: Towards easier AMs: Cleaning up inappropriate use of name "relkind" |
Previous Message | Thomas Munro | 2020-07-11 02:29:26 | Re: Does TupleQueueReaderNext() really need to copy its result? |