| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | Re: v14 mechanical code beautification patches |
| Date: | 2021-05-06 00:01:22 |
| Message-ID: | 20210506000122.GB14276@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Wed, May 5, 2021 at 07:08:35PM -0400, Tom Lane wrote:
> > I think it is related to these files:
> > src/backend/utils/adt/inet_cidr_ntop.c
> > src/backend/utils/adt/inet_net_pton.c
> > which have at the top:
> > * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
> > * Copyright (c) 1996,1999 by Internet Software Consortium.
> > but I am not sure we still need to update those, so I would remove it.
>
> I dug in the archives and found the thread that prompted you to
> add that bullet item:
>
> https://www.postgresql.org/message-id/200502021700.j12H05j20872%40candle.pha.pa.us
>
> which made the point that those were moving targets back in 2005.
> I doubt they still are, so I don't see much point in keeping this
> in the checklist.
>
> (There may or may not be value in doing a one-time check to see
> if we've missed anything.)
Thanks.
--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com
If only the physical world exists, free will is an illusion.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2021-05-06 00:05:03 | Re: Small issues with CREATE TABLE COMPRESSION |
| Previous Message | Peter Geoghegan | 2021-05-05 23:22:17 | Re: MaxOffsetNumber for Table AMs |