]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Add parens to ConvertToXSegs macro
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 24 Jun 2020 18:00:37 +0000 (14:00 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 24 Jun 2020 18:00:37 +0000 (14:00 -0400)
commit013d324d51ef55cbfff50d4302261b5199cd3198
tree1a1a86b161f3b1f45e8a647083c793d3c8c64015
parentd3d8755180b68b6d0d385e8f6989bfbc969a891a
Add parens to ConvertToXSegs macro

The current definition is dangerous.  No bugs exist in our code at
present, but backpatch to 11 nonetheless where it was introduced.

Author: Álvaro Herrera <alvherre@alvh.no-ip.org>
src/backend/access/transam/xlog.c