添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
高大的桔子  ·  PingPlotter is giving ...·  3 月前    · 
道上混的稀饭  ·  infa樱花官网 - 百度·  4 月前    · 
俊秀的牙膏  ·  让更多人自觉成为 ...·  7 月前    · 
重情义的椰子  ·  How to Fix ...·  8 月前    · 

Regression test outputs for name and enum can be replaced with generated out.

On Tue, Dec 17, 2013 at 12:17 AM, imagenesis(at)gmail(dot)com
<imagenesis(at)gmail(dot)com> wrote:
> This is resolved by running dpkg-buildpackage with postgres and
> dpkg-buildpackage -rsudo with the postgresql source folder in a
> directory owned by postgres as dpkg creates a temporary folder in said
> parent directory.
>
> However, I am now running into the following issue:
>
> The reason I am compiling is because I must change #define NAMEDATALEN
> 64 to a larger value. Setting it to 256 has presumably yielded the
> following errors in the make check:
>
> It fails on the name and enum tests.
>
> I am rerunning the compilation to confirm this is a result of this
> change. Please specify how to remove the regression check from the
> dpkg build or how to resolve this (is there a max value that will not
> fail?) if this is caused by this change or by something else on the
> specified platform.