]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Add parens to ConvertToXSegs macro
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 24 Jun 2020 17:57:21 +0000 (13:57 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 24 Jun 2020 17:57:21 +0000 (13:57 -0400)
commit5c215c941c3f6d6d2f5faf7bef6262373594977c
treecf6c561270b819892758b29dbb5849aec8711636
parent35a8e227e6c6d566f47436555730fef711691dd6
Add parens to ConvertToXSegs macro

The current definition (introduced in 9a3215026bd6) is dangerous.  No
bugs exist in our code at present, but backpatch to 11 nonetheless,
where that commit debuted.

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