forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit15c1abd
committed
Remove _PG_fini()
ab02d70 has removed from the backend the code able to support theunloading of modules, because this has never worked. This removes thelast references to _PG_fini(), that could be used as a callback formodules to manipulate the stack when unloading a library.The test module ldap_password_func had the idea to declare it, doingnothing. The function declaration in fmgr.h is gone.It was left around in 2022 to avoid breaking extension code, but at thisstage there are also benefits in letting extension developers know thatkeeping the unloading code is pointless and this move leads to lessmaintenance.Reviewed-by: Tom Lane, Heikki LinnakangasDiscussion:https://postgr.es/m/ZsQfi0AUJoMF6NSd@paquier.xyz1 parent678a835 commit15c1abd
File tree
2 files changed
+5
-13
lines changed- src
- include
- test/modules/ldap_password_func
2 files changed
+5
-13
lines changedLines changed: 5 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
425 | 425 |
| |
426 | 426 |
| |
427 | 427 |
| |
428 |
| - | |
429 |
| - | |
430 |
| - | |
431 |
| - | |
432 |
| - | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
433 | 433 |
| |
434 | 434 |
| |
435 |
| - | |
436 | 435 |
| |
437 | 436 |
| |
438 | 437 |
| |
|
Lines changed: 0 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
27 | 26 |
| |
28 | 27 |
| |
29 | 28 |
| |
| |||
37 | 36 |
| |
38 | 37 |
| |
39 | 38 |
| |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 | 39 |
| |
47 | 40 |
| |
48 | 41 |
| |
|
0 commit comments
Comments
(0)