forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbea7a88
committed
I have modifed heap.c so that it won't automatically generate duplicate
constraint names.> > A reasonable interpretation of DROP CONSTRAINT "foo" is to drop *all*> > constraints named "foo" on the target table.>> Then it should probably be a good thing to avoid the automatic> generation of> duplicate names? I might take a look at that, actually...>Christopher Kings-Lynne1 parent999a4d4 commitbea7a88
1 file changed
+41
-2
lines changedLines changed: 41 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
1832 | 1832 |
| |
1833 | 1833 |
| |
1834 | 1834 |
| |
| 1835 | + | |
| 1836 | + | |
| 1837 | + | |
| 1838 | + | |
1835 | 1839 |
| |
1836 |
| - | |
| 1840 | + | |
| 1841 | + | |
| 1842 | + | |
| 1843 | + | |
| 1844 | + | |
| 1845 | + | |
| 1846 | + | |
| 1847 | + | |
| 1848 | + | |
| 1849 | + | |
| 1850 | + | |
| 1851 | + | |
| 1852 | + | |
| 1853 | + | |
| 1854 | + | |
| 1855 | + | |
| 1856 | + | |
| 1857 | + | |
| 1858 | + | |
| 1859 | + | |
| 1860 | + | |
| 1861 | + | |
| 1862 | + | |
| 1863 | + | |
| 1864 | + | |
| 1865 | + | |
| 1866 | + | |
| 1867 | + | |
| 1868 | + | |
| 1869 | + | |
| 1870 | + | |
| 1871 | + | |
| 1872 | + | |
| 1873 | + | |
| 1874 | + | |
| 1875 | + | |
1837 | 1876 |
| |
1838 | 1877 |
| |
1839 | 1878 |
| |
|
0 commit comments
Comments
(0)