pgsql: Use Size instead of uint32 to store result of sizeof()

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Use Size instead of uint32 to store result of sizeof()
Дата
Msg-id E1WhIre-0008HW-5U@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Use Size instead of uint32 to store result of sizeof()

Silences coverity and is more consistent with other functions in the
same file.

Andres Freund

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c83457683968e2263d7e6bcdcdd52d472f9b0f8d

Modified Files
--------------
src/backend/replication/logical/snapbuild.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Replace SYSTEMQUOTEs with Windows-specific wrapper functions.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Don't leak memory after connection aborts in pg_recvlogical.