pgsql: Update: > o Allow COPY on a newly-created table to skip WAL

Started by Bruce Momjianalmost 21 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

Log Message:
-----------
Update:

o Allow COPY on a newly-created table to skip WAL logging

450a452,456

On crash recovery, the table involved in the COPY would
have its heap and index files truncated. One issue is
that no other backend should be able to add to the table
at the same time, which is something that is currently
allowed.

Modified Files:
--------------
pgsql/doc:
TODO (r1.1651 -> r1.1652)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1651&r2=1.1652)
pgsql/doc/src/FAQ:
TODO.html (r1.158 -> r1.159)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.158&r2=1.159)