aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2018-07-22 16:47:00 -0700
committerAndres Freund <andres@anarazel.de>2018-07-22 17:00:41 -0700
commita9a0a4d3f88b87564533b87af64d3282ca417dc6 (patch)
treee85f7717ae41665a48a113be3504b1ba19d1aac5 /src/backend/access/transam/xlog.c
parent04e3492c5c46822c756f575d6105a8a6ff76d4f2 (diff)
downloadpostgresql-a9a0a4d3f88b87564533b87af64d3282ca417dc6.tar.gz
postgresql-a9a0a4d3f88b87564533b87af64d3282ca417dc6.zip
Fix JITed EEOP_AGG_INIT_TRANS, which missed some state.
The JIT compiled implementation missed maintaining AggState->{current_set,curaggcontext}. That could lead to trouble because the transition value could be allocated in the wrong context. Reported-By: Rushabh Lathia Diagnosed-By: Dmitry Dolgov Author: Dmitry Dolgov, with minor changes by me Discussion: https://postgr.es/m/CAGPqQf165-=+Drw3Voim7M5EjHT1zwPF9BQRjLFQzCzYnNZEiQ@mail.gmail.com Backpatch: 11-, where JIT compilation support was added
Diffstat (limited to 'src/backend/access/transam/xlog.c')
0 files changed, 0 insertions, 0 deletions