Re: list of acknowledgments for PG15

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: Japin Li <japinli(at)hotmail(dot)com>
Cc: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: list of acknowledgments for PG15
Date: 2022-09-08 15:47:45
Message-ID: 20220908154745.GI31833@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Sep 08, 2022 at 11:39:43PM +0800, Japin Li wrote:
>
> On Thu, 08 Sep 2022 at 20:13, Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com> wrote:
> > Attached is the plain-text list of acknowledgments for the PG15 release
> > notes, current through REL_15_BETA4. Please check for problems such as
> > wrong sorting, duplicate names in different variants, or names in the
> > wrong order etc. (Note that the current standard is given name followed
> > by surname, independent of cultural origin.)
>
> Hi, Peter
>
> Li Japin is an alias of Japin Li, it is unnecessary to list both of them.

Thanks. This script finds another name which seems to be duplicated:

awk '{print $1,$2; print $2,$1}' |sort |uniq -c |sort -nr |awk '$1>1'
2 Tang Haiying
2 Li Japin
2 Japin Li
2 Haiying Tang

Alternately: awk 'a[$2$1]{print} {a[$1$2]=1}'

--
Justin

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2022-09-08 16:02:06 Re: has_privs_of_role vs. is_member_of_role, redux
Previous Message Wolfgang Walther 2022-09-08 15:45:07 Re: has_privs_of_role vs. is_member_of_role, redux