Re: libpq error message refactoring

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: libpq error message refactoring
Дата
Msg-id e0d98802-143d-7294-a751-9c19faa15861@enterprisedb.com
обсуждение исходный текст
Ответ на libpq error message refactoring  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Ответы Re: libpq error message refactoring  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-hackers
On 25.08.22 16:34, Peter Eisentraut wrote:
> libpq now contains a mix of error message strings that end with newlines 
> and don't end with newlines, due to some newer code paths with new ways 
> of passing errors around.  This has now gotten me confused a few too 
> many times both during development and translation.  So I looked into 
> whether we can unify this, similar to how we have done elsewhere (e.g., 
> pg_upgrade).  I came up with the attached patch.  It's not complete, but 
> it shows the idea and it looks like a nice simplification to me. 

I have completed this patch, taking into account the fixes discussed in 
this thread.

I have split the patch in two, for review: The first is just the new 
APIs, the second are the changes that apply the API everywhere.

Вложения

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Move backup-related code to xlogbackup.c/.h
Следующее
От: Amit Langote
Дата:
Сообщение: Re: generic plans and "initial" pruning