forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3f323eb
committed
pg_freespacemap: Use SQL-standard function bodies
72a5b1f was the piece missing for the conversion of this module.pg_freespace is bumped to 1.3, with its function pg_freespace(regclass)converted to this new style.There are other modules in the tree that need a similar treatment; thesewill be handled later.Author: Tom LaneReviewed-by: Ronan DunklauDiscussion:https://postgr.es/m/3395418.1618352794@sss.pgh.pa.us1 parentdb22b90 commit3f323eb
File tree
4 files changed
+18
-2
lines changed- contrib/pg_freespacemap
4 files changed
+18
-2
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
10 | 12 |
| |
11 | 13 |
| |
12 | 14 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
|
Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
|
0 commit comments
Comments
(0)