Fixed database corruption when target tables have dropped columns, and
there are views or functions depending on columns after dropped ones. The issue was reported by depesz, and original patch by Denish Patel. Improved documentation how to build binaries from source. COPYRIGHT updated.
This commit is contained in:
@ -312,11 +312,13 @@
|
||||
<None Include="..\bin\Makefile" />
|
||||
<None Include="..\bin\sql\init.sql" />
|
||||
<None Include="..\bin\sql\reorg.sql" />
|
||||
<None Include="..\COPYRIGHT" />
|
||||
<None Include="..\doc\index-ja.html" />
|
||||
<None Include="..\doc\index.html" />
|
||||
<None Include="..\doc\pg_reorg-ja.html" />
|
||||
<None Include="..\doc\pg_reorg.html" />
|
||||
<None Include="..\doc\style.css" />
|
||||
<None Include="..\Makefile" />
|
||||
<None Include="readme.txt" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
@ -54,6 +54,10 @@
|
||||
<None Include="..\bin\sql\reorg.sql">
|
||||
<Filter>regress\sql</Filter>
|
||||
</None>
|
||||
<None Include="..\COPYRIGHT">
|
||||
<Filter>doc</Filter>
|
||||
</None>
|
||||
<None Include="..\Makefile" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\bin\pg_reorg.c">
|
||||
|
Reference in New Issue
Block a user