[COMMITTERS] pgsql: Make wal_compression PGC_SUSET rather than PGC_USERSET.

2015-07-09 Thread Fujii Masao
Make wal_compression PGC_SUSET rather than PGC_USERSET. When enabling wal_compression, there is a risk to leak data similarly to the BREACH and CRIME attacks on SSL where the compression ratio of a full page image gives a hint of what is the existing data of this page. This vulnerability is quite

[COMMITTERS] pgsql: Make wal_compression PGC_SUSET rather than PGC_USERSET.

2015-07-09 Thread Fujii Masao
Make wal_compression PGC_SUSET rather than PGC_USERSET. When enabling wal_compression, there is a risk to leak data similarly to the BREACH and CRIME attacks on SSL where the compression ratio of a full page image gives a hint of what is the existing data of this page. This vulnerability is quite