| От | Peter Eisentraut |
|---|---|
| Тема | Re: Alter index rename concurrently to |
| Дата | |
| Msg-id | aa4b16af-5cca-ded6-f5fa-1a0dadcf5906@2ndquadrant.com обсуждение исходный текст |
| Ответ на | Re[2]: Alter index rename concurrently to (Andrey Klychkov <aaklychkov@mail.ru>) |
| Ответы |
Re[2]: Alter index rename concurrently to
Re: Alter index rename concurrently to |
| Список | pgsql-hackers |
On 03/10/2018 13:51, Andrey Klychkov wrote: > 1. Patch was applied without any errors except a part related to > documentation: > error: patch failed: doc/src/sgml/ref/alter_index.sgml:50 > error: doc/src/sgml/ref/alter_index.sgml: patch does not apply Attached is an updated patch. > 2. The code has been compiled successfully, configured by: > # ./configure CFLAGS="-O0" --enable-debug --enable-cassert > --enable-depend --without-zlib Not sure why you use -O0 here. It's not a good idea for development, because it might miss interesting warnings. > 7. Code style: > +RenameRelationInternal(Oid myrelid, const char *newrelname, bool > is_internal, bool is_index) > This line is longer than 80 chars. pgindent leaves this line alone. -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера