Обсуждение: [COMMITTERS] pgsql: Silence compiler warnings in tbm_prepare_shared_iterate().

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

[COMMITTERS] pgsql: Silence compiler warnings in tbm_prepare_shared_iterate().

От
Tom Lane
Дата:
Silence compiler warnings in tbm_prepare_shared_iterate().

Maybe Robert's compiler can convince itself that these variables are
never used uninitialized, but mine can't.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/270d7dd8a5a7128fc2b859f3bf95e2c1fb45be79

Modified Files
--------------
src/backend/nodes/tidbitmap.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)