- Notifications
You must be signed in to change notification settings - Fork28
Commit3433c6b
committed
Remove TOAST table from pg_database
The only toastable column now is datacl, but we don't really supportlong ACLs anyway. The TOAST table should have been removed when thepg_db_role_setting catalog was introduced in commit2eda8df, but I forgot to do that.Per -hackers discussion on March 2011.1 parenta5c1a19 commit3433c6b
File tree
3 files changed
+2
-7
lines changed- src
- backend/catalog
- include/catalog
3 files changed
+2
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
405 | | - | |
406 | | - | |
407 | | - | |
| 405 | + | |
408 | 406 | | |
409 | 407 | | |
410 | 408 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | 53 | | |
57 | 54 | | |
58 | 55 | | |
| |||
0 commit comments
Comments
(0)