Observed Compilation warning in WIN32 build

Поиск
Список
Период
Сортировка
От Rajeev rastogi
Тема Observed Compilation warning in WIN32 build
Дата
Msg-id BF2827DCCE55594C8D7A8F7FFD3AB7713DDBD22D@SZXEML508-MBX.china.huawei.com
обсуждение исходный текст
Ответы Re: Observed Compilation warning in WIN32 build  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-hackers

I observed below WIN32 compilation warnings in postmaster.c (seems introduced by commit ea9df812d8502fff74e7bc37d61bdc7d66d77a7f “Relax the requirement that all lwlocks be stored in a single array.”).

 

                1>.\src\backend\postmaster\postmaster.c(5625) : warning C4133: '=' : incompatible types - from 'LWLockPadded *' to 'LWLock *'

1>.\src\backend\postmaster\postmaster.c(5856) : warning C4133: '=' : incompatible types - from 'LWLock *' to 'LWLockPadded *'

 

Attached is the patch with the fix.

 

Thanks and Regards,

Kumar Rajeev Rastogi

 

Вложения

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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: pg_basebackup and pg_stat_tmp directory
Следующее
От: Rajeev rastogi
Дата:
Сообщение: Re: Patch: Show process IDs of processes holding a lock; show relation and tuple infos of a lock to acquire