Log Message:
---
Remove duplicate variable initializations identified by clang static checker.
One of these represents a nontrivial bug (a promptly-leaked palloc), so
backpatch.
Greg Stark
Tags:
REL8_3_STABLE
Modified Files:
--
pgsql/src/backend/tsearch:
regi
Log Message:
---
Remove duplicate variable initializations identified by clang static checker.
One of these represents a nontrivial bug (a promptly-leaked palloc), so
backpatch.
Greg Stark
Tags:
REL8_4_STABLE
Modified Files:
--
pgsql/src/backend/tsearch:
regi
Log Message:
---
Remove duplicate variable initializations identified by clang static checker.
One of these represents a nontrivial bug (a promptly-leaked palloc), so
backpatch.
Greg Stark
Modified Files:
--
pgsql/src/backend/tsearch:
regis.c (r1.7 -> r1.8)