Re: postgres_fdw hint messages

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: postgres_fdw hint messages
Дата
Msg-id 6da49de5-9334-23ea-1c50-36eda347dbee@enterprisedb.com
обсуждение исходный текст
Ответ на postgres_fdw hint messages  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Список pgsql-hackers
On 25.08.22 15:42, Peter Eisentraut wrote:
> It's also questionable how useful this hint is in its current form, 
> considering how long it is and that the options are in an 
> implementation-dependent order.
> 
> Possible changes:

> - Remove all the hints like this from foreign data commands.

It appears that there was a strong preference toward this solution, so 
that's what I implemented in the updated patch set.

(Considering the hints that are removed in the tests cases, I don't 
think this loses any value.  What might be useful in practice instead is 
something like "the option you specified on this foreign server should 
actually be specified on a user mapping or foreign table", but this 
would take a fair amount of code to cover a reasonable set of cases, so 
I'll leave this as a future exercise.)
Вложения

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

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: Reducing the chunk header sizes on all memory context types
Следующее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: pg_rewind WAL segments deletion pitfall