"That's fourteen years without complains", so maybe not to back-patch is
good choice, until someone complains this :)
And, the attached new patch fixes the memory leaks.
--
This email address (zhuo.devgmail.com) is only for development affairs,
e.g. mail list, please mail to zhuohexoasis.com or z
I just put this line in my postgresql.conf:
```
shared_preload_libraries = '/Path/Contains/UpCaseWords/an_ext.so'
```
Then the server couldn't start. It tried to load the file
"/path/contains/upcasewords/an_ext.so" and failed.
After few digging, I found there's a wrong use of `SplitIdentifierStr