forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3157cbe
committed
Stabilize recently-added information_schema test queries.
These queries could show unexpected entries if the core system,or concurrently-running test scripts, created any functions thatwould appear in the information_schema views. Restrict themto showing functions belonging to this test's schema, as thefar-older nearby test case does.Per experimentation with conversion of some built-in functionsto SQL-function-body style.1 parentfae6562 commit3157cbe
File tree
2 files changed
+22
-6
lines changed- src/test/regress
- expected
- sql
2 files changed
+22
-6
lines changedLines changed: 11 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
475 | 475 |
| |
476 | 476 |
| |
477 | 477 |
| |
| 478 | + | |
| 479 | + | |
478 | 480 |
| |
479 | 481 |
| |
480 | 482 |
| |
481 | 483 |
| |
482 | 484 |
| |
483 | 485 |
| |
484 |
| - | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
485 | 489 |
| |
486 | 490 |
| |
487 | 491 |
| |
488 | 492 |
| |
489 | 493 |
| |
490 | 494 |
| |
491 |
| - | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
492 | 498 |
| |
493 | 499 |
| |
494 | 500 |
| |
495 | 501 |
| |
496 | 502 |
| |
497 |
| - | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
498 | 506 |
| |
499 | 507 |
| |
500 | 508 |
| |
|
Lines changed: 11 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
277 | 277 |
| |
278 | 278 |
| |
279 | 279 |
| |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
280 | 291 |
| |
281 |
| - | |
282 |
| - | |
283 |
| - | |
284 | 292 |
| |
285 | 293 |
| |
286 | 294 |
| |
|
0 commit comments
Comments
(0)