pgsql: ecpg: Fix typo

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: ecpg: Fix typo
Дата
Msg-id E1adSCa-00017Y-L7@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
ecpg: Fix typo

GCC 6 points out the redundant conditions, which were apparently typos.

Reviewed-by: Thomas Munro <thomas.munro@enterprisedb.com>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0d0644dce82a87ef4b670fb60709ef1fd6a3030c

Modified Files
--------------
src/interfaces/ecpg/test/compat_informix/describe.pgc        | 2 +-
src/interfaces/ecpg/test/expected/compat_informix-describe.c | 2 +-
src/interfaces/ecpg/test/expected/sql-describe.c             | 2 +-
src/interfaces/ecpg/test/sql/describe.pgc                    | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: psql: Fix some strange code in SQL help creation
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Handle invalid libpq sockets in more places