[COMMITTERS] pgsql: Add OpenTransientFile, with automatic cleanup at end-of-xact.

2012-11-27 Thread Heikki Linnakangas
Add OpenTransientFile, with automatic cleanup at end-of-xact. Files opened with BasicOpenFile or PathNameOpenFile are not automatically cleaned up on error. That puts unnecessary burden on callers that only want to keep the file open for a short time. There is AllocateFile, but that returns a buff

[COMMITTERS] pgsql: Add explicit casts in ilist.h's inline functions.

2012-11-27 Thread Tom Lane
Add explicit casts in ilist.h's inline functions. Needed to silence C++ errors, per report from Peter Eisentraut. Andres Freund Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/e78d288c895bd296e3cb1ca29c7fe2431eef3fcd Modified Files -- src/include/lib/il