Обсуждение: pgsql: Remove barrier.h

Поиск
Список
Период
Сортировка

pgsql: Remove barrier.h

От
Robert Haas
Дата:
Remove barrier.h

A new thing also called a "barrier" is proposed, but whether we decide
to take that patch or not, this file seems to have outlived its
usefulness.

Thomas Munro

Branch
------
master

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

Modified Files
--------------
src/backend/access/transam/xlog.c |  2 +-
src/backend/main/main.c           |  2 +-
src/backend/postmaster/bgworker.c |  2 +-
src/backend/storage/ipc/latch.c   |  2 +-
src/backend/storage/ipc/shm_toc.c |  2 +-
src/backend/storage/lmgr/s_lock.c |  2 +-
src/include/pgstat.h              |  2 +-
src/include/storage/barrier.h     | 23 -----------------------
8 files changed, 7 insertions(+), 30 deletions(-)