Обсуждение: pgsql: Adjust m68k spinlock code to avoid duplicate in-line and

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

pgsql: Adjust m68k spinlock code to avoid duplicate in-line and

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Adjust m68k spinlock code to avoid duplicate in-line and not-in-line
definitions on recent Linux systems, per Martin Pitt.

Modified Files:
--------------
    pgsql/src/backend/storage/lmgr:
        s_lock.c (r1.37 -> r1.38)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/lmgr/s_lock.c.diff?r1=1.37&r2=1.38)
    pgsql/src/include/storage:
        s_lock.h (r1.135 -> r1.136)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/s_lock.h.diff?r1=1.135&r2=1.136)