| От | Michael Paquier |
|---|---|
| Тема | Re: Add pg_file_sync() to adminpack |
| Дата | |
| Msg-id | 20200117043652.GG2127@paquier.xyz обсуждение |
| Ответ на | Re: Add pg_file_sync() to adminpack (Robert Haas <robertmhaas@gmail.com>) |
| Ответы |
Re: Add pg_file_sync() to adminpack
|
| Список | pgsql-hackers |
On Thu, Jan 16, 2020 at 09:51:24AM -0500, Robert Haas wrote: > On Tue, Jan 14, 2020 at 10:08 AM Atsushi Torikoshi <atorik@gmail.com> wrote: >> fails we can get error messages. So it seems straightforward for me to >> 'return true on success and emit an ERROR otherwise'. > > I agree with reporting errors using ERROR, but it seems to me that we > ought to then make the function return 'void' rather than 'bool'. Yeah, that should be either ERROR and return a void result, or issue a WARNING/ERROR (depending on the code path, maybe PANIC?) with a boolean status returned if there is a WARNING. Mixing both concepts with an ERROR all the time and always a true status is just weird, because you know that if no errors are raised then the status will be always true. So there is no point to have a boolean status to begin with. -- Michael
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера