1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-31 17:02:12 +03:00
Files
postgres/src/backend/access
Heikki Linnakangas 61df3d090c Use correctly-sized buffer when zero-filling a WAL file.
I mixed up BLCKSZ and XLOG_BLCKSZ when I changed the way the buffer is
allocated a couple of weeks ago. With the default settings, they are both
8k, but they can be changed at compile-time.
2014-04-16 10:27:01 +03:00
..
2014-04-08 14:52:01 +03:00
2013-10-08 03:49:08 +03:00
2010-09-20 22:08:53 +02:00