Fix volatility marking of pg_size_pretty function
Fujii Masao <fujii@postgresql.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/catalog/pg_proc.h | modified | +2 −2 |