forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit290e3b7
committed
Mark pg_config() stable rather than immutable
pg_config() has been marked immutable since its inception. As part of alarger discussion around the definition of immutable versus stable andrelated implications for marking functions parallel safe raised byAndres, the consensus was clearly that pg_config() is stable, sinceit could possibly change output even for the same minor version witha recompile or installation of a new binary. So mark it stable.Theoretically this could/should be backpatched, but it was deemed to be notworth the effort since in practice this is very unlikely to cause problemsin the real world.Discussion:https://postgr.es/m/20181126234521.rh3grz7aavx2ubjv@alap3.anarazel.de1 parent69e5247 commit290e3b7
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10433 | 10433 |
| |
10434 | 10434 |
| |
10435 | 10435 |
| |
10436 |
| - | |
| 10436 | + | |
10437 | 10437 |
| |
10438 | 10438 |
| |
10439 | 10439 |
| |
|
0 commit comments
Comments
(0)