Code not compiling since 19d5486 due to concatenate operators in macros

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Code not compiling since 19d5486 due to concatenate operators in macros
Дата
Msg-id CAB7nPqRaeqi-dfw8xy9pXEYM6UL6LqJmTcn+BjJdqi=gqU2=Nw@mail.gmail.com
обсуждение исходный текст
Ответы Re: Code not compiling since 19d5486 due to concatenate operators in macros  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Список pgsql-odbc
Hi all,
(resending patch as it looks that it was stuck in administration queue
of this ML...)

I noticed this morning that ODBC does not compile correctly since
commit 19d5486 due to some macros using concatenate operators used
with CORR_STRCPY and CORR_VALCPY in psqlodbc.c and connection.c.

In the case of CORR_VALCPY the macro simply needs to copy a field one
by one, and for CORR_STRCPY only a string is copied, so concatenate
operators are not necessary IMO. Please find a patch fixing that by
removing the unnecessary operators.
Regards,
--
Michael

Вложения

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

Предыдущее
От: "Martin J. Evans"
Дата:
Сообщение: SQLGetTypeInfo does not return COLUMN_SIZE
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Code not compiling since 19d5486 due to concatenate operators in macros