Re: libpq: make PGresult* "const" in PQcmdStatus()/PQcmdTuples()?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: libpq: make PGresult* "const" in PQcmdStatus()/PQcmdTuples()?
Дата
Msg-id 860902.1734797218@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: libpq: make PGresult* "const" in PQcmdStatus()/PQcmdTuples()?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-interfaces
I wrote:
> Both of those return pointers to res->cmdStatus, so it would not make
> any sense to const-ify the argument unless you also const-ify the
> result; which would cause compiler warnings for users.  I'm pretty
> sure we've explicitly rejected making this change for that reason.

[ digs in archives... ]

See previous discussions here:

https://www.postgresql.org/message-id/flat/NCBBLFLGLEIDHCJLONHNKEDGFJAA.mdklatt%40ou.edu

and here:

https://www.postgresql.org/message-id/flat/E1RaRtZ-0008aS-MK%40hans3

            regards, tom lane



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