We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc7e79 commit 741d854Copy full SHA for 741d854
bootstrap.sh
@@ -51,6 +51,7 @@ if test ! -d "$SOURCE"; then
51
if test -d "$SOURCE"/modules/yaksa; then
52
cd "$SOURCE"/modules/yaksa
53
echo regenerating yaksa with nesting level 2
54
+ PYTHONDONTWRITEBYTECODE=1 PYTHONHASHSEED=0 \
55
src/backend/seq/genpup.py --pup-max-nesting 2
56
cd src/backend/seq/pup
57
find . -type f -exec touch -r . {} \;
0 commit comments