Обсуждение: pgsql/src/include/storage (buf_internals.h relfilenode.h)

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

pgsql/src/include/storage (buf_internals.h relfilenode.h)

От
"Vadim B. Mikheev - CVS"
Дата:
  Date: Wednesday, October 18, 2000 @ 01:50:16
Author: vadim

Update of /home/projects/pgsql/cvsroot/pgsql/src/include/storage
     from hub.org:/home/projects/pgsql/tmp/cvs-serv26015/src/include/storage

Modified Files:
    buf_internals.h relfilenode.h

-----------------------------  Log Message  -----------------------------

I had to change buffer tag: now RelFileNode is used instead of
LockRelId - ie physical information, not logical. It's required
for WAL. Regression tests passed.