[PATCH] Make various variables read-only (const)

Поиск
Список
Период
Сортировка
От Oskari Saarenmaa
Тема [PATCH] Make various variables read-only (const)
Дата
Msg-id 20131220170137.GC11358@saarenmaa.fi
обсуждение исходный текст
Ответы Re: [PATCH] Make various variables read-only (const)
Re: [PATCH] Make various variables read-only (const)
Список pgsql-hackers
This allows the variables to be moved from .data to .rodata section which
means that more data can be shared by processes and makes sure that nothing
can accidentally overwrite the read-only definitions.  On a x86-64 Linux
system this moves roughly 9 kilobytes of previously writable data to the
read-only data segment in the backend and 4 kilobytes in libpq.

https://github.com/saaros/postgres/compare/constify

24 files changed, 108 insertions(+), 137 deletions(-)

/ Oskari

Вложения

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: GIN improvements part 1: additional information
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: make_interval ??