pgsql/src/include (config.h.in)

Поиск
Список
Период
Сортировка
От tgl@postgresql.org
Тема pgsql/src/include (config.h.in)
Дата
Msg-id 200012272359.eBRNxEu37884@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Wednesday, December 27, 2000 @ 18:59:14
Author: tgl

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

Modified Files:
    config.h.in

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

Fix portability problems recently exposed by regression tests on Alphas.
1. Distinguish cases where a Datum representing a tuple datatype is an OID
from cases where it is a pointer to TupleTableSlot, and make sure we use
the right typlen in each case.
2. Make fetchatt() and related code support 8-byte by-value datatypes on
machines where Datum is 8 bytes.  Centralize knowledge of the available
by-value datatype sizes in two macros in tupmacs.h, so that this will be
easier if we ever have to do it again.


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

Предыдущее
От: petere@postgresql.org
Дата:
Сообщение: pgsql/doc/src/sgml/ref (alter_table.sgml begin.sgml commit.sgml create_function.sgml create_index.sgml create_table.sgml create_table_as.sgml createdb.sgml createlang.sgml createuser.sgml declare.sgml drop_aggregate.sgml drop_function.sgml drop_index.sgml drop_language.sgml drop_operator.sgml dropdb.sgml droplang.sgml dropuser.sgml ecpg-ref.sgml end.sgml fetch.sgml initdb.sgml insert.sgml listen.sgml lock.sgml move.sgml pg_ctl-ref.sgml pg_dump.sgml pg_dumpall.sgml pg_passwd.sgml pg_restore.sgml pg_upgrade.sgml pgaccess-ref.sgml pgadmin-ref.sgml pgtclsh.sgml pgtksh.sgml postgres-ref.sgml postmaster.sgml psql-ref.sgml reset.sgml revoke.sgml rollback.sgml select_into.sgml show.sgml unlisten.sgml update.sgml vacuumdb.sgml)
Следующее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/include/storage (s_lock.h)