Обсуждение: pgsql: Fix various confusions of pointers and OIDs, unsafe assumptions

Поиск
Список
Период
Сортировка

pgsql: Fix various confusions of pointers and OIDs, unsafe assumptions

От
tgl@postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Fix various confusions of pointers and OIDs, unsafe assumptions about nulls,
etc.  I think this will fix the current buildfarm issues ...

Modified Files:
--------------
    pgsql/src/backend/commands:
        foreigncmds.c (r1.2 -> r1.3)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/foreigncmds.c?r1=1.2&r2=1.3)

Re: pgsql: Fix various confusions of pointers and OIDs, unsafe assumptions

От
Andrew Dunstan
Дата:

Tom Lane wrote:
> Log Message:
> -----------
> Fix various confusions of pointers and OIDs, unsafe assumptions about nulls,
> etc.  I think this will fix the current buildfarm issues ...
>
>
>

It might fix some. I doubt it will fix the MSVC issues, though. There
doesn't appear to have been any effort at all to make the SQL/MED patch
work with MSVC, despite your words earlier in the week.

cheers

andrew