- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitdad0899
committed
In initdb's post-bootstrap phase, drop temp tables explicitly.
Although these temp tables will get removed from template1 at the end ofthe standalone-backend run, that's too late to keep them from gettingcopied into the template0 and postgres databases, now that we use only asingle backend run for the whole sequence. While no real harm is doneby the extra copies (since they'd be deleted on first use of the tempschema), it's still unsightly, and it would mean some wasted cycles forevery database creation for the life of the installation.Oversight in commitc4a8812. Noticed by Amit Langote.1 parent4bf8716 commitdad0899
1 file changed
+13
-0
lines changedLines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1781 | 1781 |
| |
1782 | 1782 |
| |
1783 | 1783 |
| |
| 1784 | + | |
| 1785 | + | |
| 1786 | + | |
| 1787 | + | |
| 1788 | + | |
| 1789 | + | |
| 1790 | + | |
1784 | 1791 |
| |
1785 | 1792 |
| |
1786 | 1793 |
| |
| |||
1941 | 1948 |
| |
1942 | 1949 |
| |
1943 | 1950 |
| |
| 1951 | + | |
| 1952 | + | |
| 1953 | + | |
| 1954 | + | |
| 1955 | + | |
| 1956 | + | |
1944 | 1957 |
| |
1945 | 1958 |
| |
1946 | 1959 |
| |
|
0 commit comments
Comments
(0)