From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
Cc: | Stephen Amell <mrstephenamell(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Quitting the thes |
Date: | 2019-06-13 06:44:43 |
Message-ID: | 20190613064443.GF1643@paquier.xyz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-translators |
On Wed, Jun 12, 2019 at 02:45:27PM -0400, Alvaro Herrera wrote:
> Some grepping found a bit more; patch attached.
Indeed. There were much more. I just got to look with stuff like
that:
find . -name "*.c" | xargs egrep "(\b[a-zA-Z]+) \1\b"
But I did not find any more spots. Indentation is incorrect in
test_integerset.c.
--
Michael
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2019-06-13 06:55:37 | Re: check_recovery_target_lsn() does a PG_CATCH without a throw |
Previous Message | Michael Paquier | 2019-06-13 06:33:48 | Re: PG 12 draft release notes |
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2019-06-13 14:10:43 | Re: Quitting the thes |
Previous Message | Guillaume Lelarge | 2019-06-12 19:42:07 | Re: Quitting the thes |