forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0aeb5ae
committed
Silence compiler warning on an unused variable
Also, tweak wording in comments (per Andres) and documentation (myself)to point out that it's the database's default tablespace that can bepassed as 0, not DEFAULTTABLESPACE_OID. Robert Haas noticed the bug inthe code, but didn't update the accompanying prose.1 parentf01d1ae commit0aeb5ae
File tree
3 files changed
+7
-6
lines changed- doc/src/sgml
- src/backend/utils
- adt
- cache
3 files changed
+7
-6
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15814 | 15814 |
| |
15815 | 15815 |
| |
15816 | 15816 |
| |
15817 |
| - | |
15818 |
| - | |
| 15817 | + | |
| 15818 | + | |
15819 | 15819 |
| |
15820 | 15820 |
| |
15821 | 15821 |
| |
|
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
760 | 760 |
| |
761 | 761 |
| |
762 | 762 |
| |
763 |
| - | |
764 |
| - | |
| 763 | + | |
| 764 | + | |
765 | 765 |
| |
766 | 766 |
| |
767 | 767 |
| |
768 | 768 |
| |
769 |
| - | |
| 769 | + | |
| 770 | + | |
770 | 771 |
| |
771 | 772 |
| |
772 | 773 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
210 | 210 |
| |
211 | 211 |
| |
212 | 212 |
| |
213 |
| - | |
| 213 | + | |
214 | 214 |
| |
215 | 215 |
| |
216 | 216 |
| |
|
0 commit comments
Comments
(0)