Re: Documentation for bootstrap data conversion - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Documentation for bootstrap data conversion
Date
Msg-id 10044.1524172601@sss.pgh.pa.us
Whole thread Raw
In response to Re: Documentation for bootstrap data conversion  (John Naylor <jcnaylor@gmail.com>)
List pgsql-hackers
John Naylor <jcnaylor@gmail.com> writes:
> I've attached a patch that mostly touches boilerplate comments in the
> headers and data files. I couldn't resist editing some comments for
> clarity and consistency.

Pushed, along with a little bit of extra tweaking to fix random
discrepancies in the header comments.

> Not in the patch, but I'll also mention this stanza in tablecmds.c
> around line 4370, where the comment doesn't quite match the code and
> error message:

Yeah.  That's a translatable error message though, so I'm hesitant
to mess with it just for neatnik-ism.  Doubt it's worth the translators'
time to change it.

            regards, tom lane


pgsql-hackers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: Corrupted btree index on HEAD because of covering indexes
Next
From: Tom Lane
Date:
Subject: Re: Repeated crashes in GENERATED ... AS IDENTITY tests