Re: pgsql: Revamp the WAL record format.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: pgsql: Revamp the WAL record format.
Дата
Msg-id 546E2293.7010107@iki.fi
обсуждение исходный текст
Ответ на Re: pgsql: Revamp the WAL record format.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
On 11/20/2014 07:12 PM, Tom Lane wrote:
> Heikki Linnakangas <heikki.linnakangas@iki.fi> writes:
>> Revamp the WAL record format.
>
> My version of gcc bitches about this:
>
> nbtxlog.c: In function 'btree_xlog_split':
> nbtxlog.c:272: warning: 'newitem' may be used uninitialized in this function
> nbtxlog.c:272: note: 'newitem' was declared here

Fixed, thanks!

- Heikki



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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Silence compiler warning about variable being used uninitialized
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Add missing case for CustomScan.