pgsql: pg_stat_statements: Add a comment about the dangers of padding b

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_stat_statements: Add a comment about the dangers of padding b
Date: 2017-10-20 13:44:12
Message-ID: E1e5Xau-00086O-PN@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_stat_statements: Add a comment about the dangers of padding bytes.

Inspired by a patch from Julien Rouhaud, but I reworded it.

Discussion: http://postgr.es/m/CAOBaU_a8AH8=ypfqgHnDYu06ts+jWTUgh=VgCxA3yNV-K10j9w@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2959213bf33cf7d2d1fc0b46c67d36254ffe043f

Modified Files
--------------
contrib/pg_stat_statements/pg_stat_statements.c | 5 +++++
1 file changed, 5 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-10-20 20:08:23 pgsql: Fix misimplementation of typcache logic for extended hashing.
Previous Message Peter Geoghegan 2017-10-19 20:44:01 Re: [COMMITTERS] pgsql: Fix traversal of half-frozen update chains