About a recently-added message - Mailing list pgsql-hackers

From Kyotaro Horiguchi
Subject About a recently-added message
Date
Msg-id 20240214.162652.773291409747353211.horikyota.ntt@gmail.com
Whole thread Raw
Responses Re: About a recently-added message
Re: About a recently-added message
List pgsql-hackers
A recent commit added the following message:

> "wal_level" must be >= logical.

The use of the term "logical" here is a bit confusing, as it's unclear
whether it's meant to be a natural language word or a token. (I
believe it to be a token.)

On the contrary, we already have the following message:

> wal_level must be set to "replica" or "logical" at server start.

This has the conflicting policy about quotation of variable names and
enum values.

I suggest making the quoting policy consistent.

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Parent/child context relation in pg_get_backend_memory_contexts()
Next
From: Andrei Lepikhov
Date:
Subject: Re: Memory consumed by child SpecialJoinInfo in partitionwise join planning