Re: v14 mechanical code beautification patches - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: v14 mechanical code beautification patches
Date
Msg-id 20210505225525.GA14276@momjian.us
Whole thread Raw
In response to v14 mechanical code beautification patches  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: v14 mechanical code beautification patches
List pgsql-hackers
On Wed, May  5, 2021 at 02:18:04PM -0400, Tom Lane wrote:
> I notice that we also list this as a pre-beta task in
> src/tools/RELEASE_CHANGES:
> 
> * Update inet/cidr data types with newest Bind patches
> 
> However, I can't recall that anyone has ever done any such thing;
> and at this point, any attempt to re-sync that code would likely
> be a rather major task.  Should we take that off the checklist?

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.

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  If only the physical world exists, free will is an illusion.




pgsql-hackers by date:

Previous
From: David Fetter
Date:
Subject: Make some column descriptions easier to distinguish visually
Next
From: Tom Lane
Date:
Subject: Re: v14 mechanical code beautification patches