Re: Correct some doc items due to the REPACK - Mailing list pgsql-hackers

From Marcos Pegoraro
Subject Re: Correct some doc items due to the REPACK
Date
Msg-id CAB-JLwZFLOzd7weRP5Qp+_Be3z2918od6cf7LXiFcEJwcY-WXg@mail.gmail.com
Whole thread
In response to Re: Correct some doc items due to the REPACK  (Fujii Masao <masao.fujii@gmail.com>)
List pgsql-hackers
Em qui., 13 de ago. de 2026 às 04:45, Fujii Masao <masao.fujii@gmail.com> escreveu:
- In mvcc.sgml, v1 added REPACK to the ACCESS EXCLUSIVE lock list in a
  way that made the CONCURRENTLY behavior ambiguous. I changed this to
  say that REPACK also acquires this lock mode, while REPACK CONCURRENTLY
  acquires it only when swapping the table and index files.

Cool, your version is much better than mine.
Only on mvcc.sgml I think mine is better because explains other commands and both which have CONCURRENTLY option explained only once.

regards
Marcos

pgsql-hackers by date:

Previous
From: Greg Sabino Mullane
Date:
Subject: Re: [PATCH] pg_upgrade: add --initdb option to create the new cluster automatically
Next
From: Tom Lane
Date:
Subject: Re: Handle MAXSTRLEN consistently