Re: Declare variable-length catalog columns as [] rather than [1] - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Declare variable-length catalog columns as [] rather than [1]
Date
Msg-id 08476942-9d4c-42b7-bde1-4b97cb129896@eisentraut.org
Whole thread
In response to Re: Declare variable-length catalog columns as [] rather than [1]  (Chao Li <li.evan.chao@gmail.com>)
List pgsql-hackers
On 22.09.26 11:09, Chao Li wrote:
> This way, the build fails immediately with a clearer error:
> ```
> catalog array column 'text attoptions[1]' must be declared with [] at
/Users/chaol/Documents/code/postgresql/src/backend/catalog/Catalog.pmline 239, <$ifh> line 177.
 
> ```

Thanks, committed with those adjustments.




pgsql-hackers by date:

Previous
From: Antonin Houska
Date:
Subject: Re: REPACK (CONCURRENTLY) can silently lose updates when the toast table is rewritten
Next
From: Hannu Krosing
Date:
Subject: Re: Direct TOAST v2, faster, smaller and no migration needed