Re: 2nd nested trasanctions supporting patch

Поиск
Список
Период
Сортировка
От Jan Wieck
Тема Re: 2nd nested trasanctions supporting patch
Дата
Msg-id 3EAD2CD3.B454FDBD@Yahoo.com
обсуждение исходный текст
Ответ на 2nd nested trasanctions supporting patch  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Ответы Re: 2nd nested trasanctions supporting patch  (Alvaro Herrera Munoz <alvherre@dcc.uchile.cl>)
Список pgsql-patches
Alvaro Herrera wrote:
>
> Hackers,
>
> This is the second patch for the nested transactions stuff.  This one
> removes the global variables used in Snapshots (QuerySnapshot,
> SerializableSnapshot, SnapshotDirty, RecentXmin, RecentGlobalXmin and
> ReferentialIntegritySnapshotOverride) and puts the whole bunch in a
> single struct.
>
> It also adds some accesor functions so that other functions can read and
> modify what they need.

What's the performance impact caused by the accessor functions? I
thought most of the tuple visibility code is done in macros for some
reason.


Jan

--
#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#================================================== JanWieck@Yahoo.com #


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: 2nd nested trasanctions supporting patch
Следующее
От: Alvaro Herrera Munoz
Дата:
Сообщение: Re: 2nd nested trasanctions supporting patch