- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit69c1698
committed
psql: Don't try to print a partition constraint we didn't fetch.
If \d rather than \d+ is used, then verbose is false and we don't askthe server for the partition constraint; so we shouldn't print it inthat case either.Maksim Milyutin, per a report from Jesper Pedersen. Reviewed byJesper Pedersen and Amit Langote.Discussion:http://postgr.es/m/2af5fc4d-7bcc-daa8-4fe6-86274bea363c@redhat.com1 parente55d964 commit69c1698
1 file changed
+10
-7
lines changedLines changed: 10 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1985 | 1985 |
| |
1986 | 1986 |
| |
1987 | 1987 |
| |
1988 |
| - | |
1989 |
| - | |
1990 |
| - | |
1991 |
| - | |
1992 |
| - | |
1993 |
| - | |
1994 |
| - | |
| 1988 | + | |
| 1989 | + | |
| 1990 | + | |
| 1991 | + | |
| 1992 | + | |
| 1993 | + | |
| 1994 | + | |
| 1995 | + | |
| 1996 | + | |
| 1997 | + | |
1995 | 1998 |
| |
1996 | 1999 |
| |
1997 | 2000 |
| |
|
0 commit comments
Comments
(0)