pgsql: Improve error message when an FDW doesn't support WHERE CURRENT

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Improve error message when an FDW doesn't support WHERE CURRENT
Дата
Msg-id E1UTHi5-00031M-TJ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Improve error message when an FDW doesn't support WHERE CURRENT OF.

If an FDW fails to take special measures with a CurrentOfExpr, we will
end up trying to execute it as an ordinary qual, which was being treated
as a purely internal failure condition.  Provide a more user-oriented
error message for such cases.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6e481ebff6368cb0ab5351a5ef3463747c35af22

Modified Files
--------------
src/backend/executor/execQual.c |   12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Don't try to pass -I switch to postmaster in contrib/start-scrip
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Clean up references to SQL92