pgsql: Fix build after removing JsonbValue.estSize field.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix build after removing JsonbValue.estSize field.
Дата
Msg-id E1Wi92x-0002H9-KL@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix build after removing JsonbValue.estSize field.

Oops, I didn't realize that contrib/hstore refers to jsonb stuff.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7572b7735971cd7a5ef289e133eedf7d82f79c42

Modified Files
--------------
contrib/hstore/hstore_io.c |   12 ------------
1 file changed, 12 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: When a bgworker exits, always call ReleasePostmasterChildSlot.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: When a background worker exists with code 0, unregister it.