diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2014-04-21 13:28:13 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2014-04-21 13:28:13 -0400 |
commit | b4eb2d5cc044c32560b3e5cfc8b878078d9ad77f (patch) | |
tree | a911ccfca619466cb8acf8703b75f97da7ce99e1 /src/backend/executor/nodeFunctionscan.c | |
parent | c6b55bec3fb232c81ba4eba30856b222ad7a8cc4 (diff) | |
download | postgresql-b4eb2d5cc044c32560b3e5cfc8b878078d9ad77f.tar.gz postgresql-b4eb2d5cc044c32560b3e5cfc8b878078d9ad77f.zip |
pg_stat_statements forgot to let previous occupant of hook get control too.
pgss_post_parse_analyze() neglected to pass the call on to any earlier
occupant of the post_parse_analyze_hook. There are no other users of that
hook in contrib/, and most likely none in the wild either, so this is
probably just a latent bug. But it's a bug nonetheless, so back-patch
to 9.2 where this code was introduced.
Diffstat (limited to 'src/backend/executor/nodeFunctionscan.c')
0 files changed, 0 insertions, 0 deletions