OSDN Git Service

Setting statistic options from SET PG_OPTIONS caused a backend crash
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 28 Apr 2000 05:07:34 +0000 (05:07 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 28 Apr 2000 05:07:34 +0000 (05:07 +0000)
commita90dc572ed4498e57381bdb7020ee453f4d20b57
tree98231201565effaba8cac653eb005b6398a35e14
parent45cc0e9b27c12e0e7cfad23e9e3105159ed569b7
Setting statistic options from SET PG_OPTIONS caused a backend crash
because StatFp never got set in that case.  Set it immediately before
use to eliminate such problems.
src/backend/tcop/postgres.c