Re: Review: Row-level Locks & SERIALIZABLE transactions, postgres vs. Oracle

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Review: Row-level Locks & SERIALIZABLE transactions, postgres vs. Oracle
Дата
Msg-id 4C4338A0.4070209@dunslane.net
обсуждение исходный текст
Ответ на Re: Review: Row-level Locks & SERIALIZABLE transactions, postgres vs. Oracle  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список pgsql-hackers

Kevin Grittner wrote:
> Comment style seems to be defined here:
>  
> http://developer.postgresql.org/pgdocs/postgres/source-format.html
>  
> as being:
>  
> /*
>  * comment text begins here
>  * and continues here
>  */
>  
> You have these formats in your patch:
>  
> /* comment text begins here
>  * and continues here
>  */
>  
> /* comment text begins here
>    and continues here */
>  
> /* One line comment like this. */
>  
> That last one is actually pretty common in PostgreSQL source, so I'm
> not sure that its omission from the style page isn't accidental.
>  
>   
>   

The style doc talks about a standard for multi-line comments - it 
doesn't forbid single line comments.

cheers

andrew


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ALTER TABLE SET STATISTICS requires AccessExclusiveLock
Следующее
От: David Christensen
Дата:
Сообщение: Re: Patch: psql \whoami option