]> granicus.if.org Git - postgresql/commit
Fix volatility marking of pg_size_pretty function
authorFujii Masao <fujii@postgresql.org>
Wed, 27 Jan 2016 02:13:31 +0000 (11:13 +0900)
committerFujii Masao <fujii@postgresql.org>
Wed, 27 Jan 2016 02:13:31 +0000 (11:13 +0900)
commite09507a272e32bf203a51cc3cbb4d34028cba331
tree24c54cb7de4a875d11b96d9dc41b1500dfab0721
parent8bea3d2219844887e170471f223ba100b3c17571
Fix volatility marking of pg_size_pretty function

pg_size_pretty function should be marked immutable rather than volatile
because it always returns the same result given the same argument.

Pavel Stehule
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h