postgresql/src/backend/storage
Heikki Linnakangas 23dc89d2c3 Improve error messages in md.c. When a filesystem operation like open() or
fsync() fails, say "file" rather than "relation" when printing the filename.

This makes messages that display block numbers a bit confusing. For example,
in message 'could not read block 150000 of file "base/1234/5678.1"', 150000
is the block number from the beginning of the relation, ie. segment 0, not
150000th block within that segment. Per discussion, users aren't usually
interested in the exact location within the file, so we can live with that.

To ease constructing error messages, add FilePathName(File) function to
return the pathname of a virtual fd.
2009-08-05 18:01:54 +00:00
..
buffer For bulk write operations (eg COPY IN), use a ring buffer of 16MB instead 2009-06-22 20:04:28 +00:00
file Improve error messages in md.c. When a filesystem operation like open() or 2009-08-05 18:01:54 +00:00
freespace 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
ipc Create a multiplexing structure for signals to Postgres child processes. 2009-07-31 20:26:23 +00:00
large_object 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
lmgr 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
page Update copyright for 2009. 2009-01-01 17:24:05 +00:00
smgr Improve error messages in md.c. When a filesystem operation like open() or 2009-08-05 18:01:54 +00:00
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00