Re: [PATCH v1] [doc] polish the comments of reloptions

2023-10-27 Thread Bruce Momjian
Patch applied. --- On Tue, Aug 30, 2022 at 11:56:30AM +0800, Junwang Zhao wrote: > When adding an option, we have 5 choices (bool, integer, real, enum, string), > so the comments seem stale. > > There are some sentences mi

Re: [PATCH v1] [doc] polish the comments of reloptions

2022-08-31 Thread Junwang Zhao
thoughts? On Tue, Aug 30, 2022 at 11:56 AM Junwang Zhao wrote: > > When adding an option, we have 5 choices (bool, integer, real, enum, string), > so the comments seem stale. > > There are some sentences missing *at ShareUpdateExclusiveLock*, this > patch adds them to make the sentences complete.