doc: Move enum storage commentary to top of section

Started by David G. Johnstonalmost 4 years ago5 messageshackers
Jump to latest
#1David G. Johnston
david.g.johnston@gmail.com

Attachments:

0001-doc-Move-enum-storage-size-to-top-of-section.patchapplication/octet-stream; name=0001-doc-Move-enum-storage-size-to-top-of-section.patchDownload+7-8
#2Matthias van de Meent
boekewurm+postgres@gmail.com
In reply to: David G. Johnston (#1)
Re: doc: Move enum storage commentary to top of section

On Thu, 9 Jun 2022 at 18:12, David G. Johnston
<david.g.johnston@gmail.com> wrote:

Per suggestion over on -docs:

/messages/by-id/BL0PR06MB4978F6C0B69F3F03AEBED0FBB3C29@BL0PR06MB4978.namprd06.prod.outlook.com

I agree with moving the size of an enum into the top, but I don't
think that the label length documentation also should be included in
the top section. It seems excessively detailed for that section with
its reference to NAMEDATALEN.

-Matthias

#3David G. Johnston
david.g.johnston@gmail.com
In reply to: Matthias van de Meent (#2)
Re: doc: Move enum storage commentary to top of section

On Wed, Jul 6, 2022 at 10:24 AM Matthias van de Meent <
boekewurm+postgres@gmail.com> wrote:

On Thu, 9 Jun 2022 at 18:12, David G. Johnston
<david.g.johnston@gmail.com> wrote:

Per suggestion over on -docs:

/messages/by-id/BL0PR06MB4978F6C0B69F3F03AEBED0FBB3C29@BL0PR06MB4978.namprd06.prod.outlook.com

I agree with moving the size of an enum into the top, but I don't
think that the label length documentation also should be included in
the top section. It seems excessively detailed for that section with
its reference to NAMEDATALEN.

-Matthias

Agreed.

Tangentially: It does seem a bit unusual to call the fact that the values
both case-sensitive and limited to the length of a system identifier an
implementation detail. But if anything the length is more of one than the
case-sensitivity. Specifying NAMEDATALEN here seems like it breaks
encapsulation, it could refer by comparison to an identifier and only those
that care can learn how that length might be changed in a custom build of
PostgreSQL.

David J.

#4Bruce Momjian
bruce@momjian.us
In reply to: David G. Johnston (#3)
Re: doc: Move enum storage commentary to top of section

On Wed, Jul 6, 2022 at 10:34:58AM -0700, David G. Johnston wrote:

Agreed.

Tangentially: It does seem a bit unusual to call the fact that the values both
case-sensitive and limited to the length of a system identifier an
implementation detail.  But if anything the length is more of one than the
case-sensitivity.  Specifying NAMEDATALEN here seems like it breaks
encapsulation, it could refer by comparison to an identifier and only those
that care can learn how that length might be changed in a custom build of
PostgreSQL.

I don't think we can do much to improve what we have already in the
docs.

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

Indecision is a decision. Inaction is an action. Mark Batterson

#5Bruce Momjian
bruce@momjian.us
In reply to: Bruce Momjian (#4)
Re: doc: Move enum storage commentary to top of section

On Fri, Jul 8, 2022 at 09:21:31PM -0400, Bruce Momjian wrote:

On Wed, Jul 6, 2022 at 10:34:58AM -0700, David G. Johnston wrote:

Agreed.

Tangentially: It does seem a bit unusual to call the fact that the values both
case-sensitive and limited to the length of a system identifier an
implementation detail.  But if anything the length is more of one than the
case-sensitivity.  Specifying NAMEDATALEN here seems like it breaks
encapsulation, it could refer by comparison to an identifier and only those
that care can learn how that length might be changed in a custom build of
PostgreSQL.

I don't think we can do much to improve what we have already in the
docs.

I have marked the commit-fest entry as returned with feedback.

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

Indecision is a decision. Inaction is an action. Mark Batterson