pgsql: Make fallback implementation of pg_memory_barrier() work in 9.2

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Make fallback implementation of pg_memory_barrier() work in 9.2
Дата
Msg-id E1arRQj-0006nD-5O@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Make fallback implementation of pg_memory_barrier() work in 9.2 and 9.3.

Back-patch 9.4-era commit 44cd47c1d49655c5 into 9.2 and 9.3.  As with
my back-patches of yesterday, this was not seen as necessary at the time
because we didn't expect barrier.h to need to work before 9.4, but
commit 37de8de9e33606a0 invalidated that theory.

Per an attempt to run gaur and pademelon over old branches they've
not been run on since ~2013.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/9008922bf727ba4337ed26b5c07df7f1d5f1548b

Modified Files
--------------
src/backend/main/main.c | 8 ++++++++
1 file changed, 8 insertions(+)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Make fallback implementation of pg_memory_barrier() work in 9.2
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Disallow creation of indexes on system columns (except for OID).