forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3769fa5
committed
Make pg_tablespace_location(0) return the database's default tablespace.
This definition is convenient when applying the function to thereltablespace column of pg_class, since that's what zero means there;and it doesn't interfere with any other plausible use of the function.Per gripe from Bruce Momjian.1 parent38458e4 commit3769fa5
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
338 | | - | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
339 | 347 | | |
340 | 348 | | |
341 | 349 | | |
| |||
0 commit comments
Comments
(0)