WRITE_UINT_FIELD used where WRITE_OID_FIELD likely intended

Поиск
Список
Период
Сортировка
От Mark Dilger
Тема WRITE_UINT_FIELD used where WRITE_OID_FIELD likely intended
Дата
Msg-id ABD1B077-93FA-4D55-B6A5-5B295E002C64@port25.com
обсуждение исходный текст
Ответы Re: WRITE_UINT_FIELD used where WRITE_OID_FIELD likely intended  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
At line 1787 of outfuncs.c, the line:
WRITE_UINT_FIELD(reltablespace)

should probably say
WRITE_OID_FIELD(reltablespace)

since that variable is of type Oid, not uint32.
Granted, these two macros are interchangeable,
but they won't be if we ever move to 64-bit Oids.

mark



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

Предыдущее
От: Andrew Gierth
Дата:
Сообщение: Re: Final Patch for GROUPING SETS
Следующее
От: Robert Haas
Дата:
Сообщение: Re: double vacuum in initdb