Masahiko Sawada
sawad****@gmail*****
2016年 7月 8日 (金) 22:22:57 JST
On Thu, Jul 7, 2016 at 4:32 PM, Fujii Masao <masao****@gmail*****> wrote: > Hi, > > Attached patch marks each pg_bigm functions safe or not for parallel queries > that PostgreSQL 9.6 supports. This patch must be applied if we want to > execute full text search queries using pg_bigm in parallel mode. > > Does anyone review the patch? > Thank you for the patch! + +/* Label whether the function is deemed safe for parallelism */ +DO $$ +DECLARE + gversion TEXT; +BEGIN s/gversion/pgversion/g "p" is missing. Regards, -- Masahiko Sawada