Skip to content

Commit

Permalink
230824 Bump_MESSAGE_WIDTH || template || REL_17_STABLE
Browse files Browse the repository at this point in the history
ADDED
 pushd     "${PG_SOURCE}/contrib/cube"
 "${PKGLIBDIR}/pgxs/src/test/regress/pg_regress" --bindir="${PG_HOME}/bin" --dbname=pl_regression cube cube_sci || (cat regression.diffs && false)
  popd # fr "${PG_SOURCE}/contrib/cube"
  • Loading branch information
AndreMikulec committed Aug 12, 2024
1 parent cde2563 commit fa61d07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/buildPLR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2364,6 +2364,10 @@ jobs:
export PGUSER=$(whoami)
echo "PGUSER: ${PGUSER}"
pushd "${PG_SOURCE}/contrib/cube"
"${PKGLIBDIR}/pgxs/src/test/regress/pg_regress" --bindir="${PG_HOME}/bin" --dbname=pl_regression cube cube_sci || (cat regression.diffs && false)
popd # fr "${PG_SOURCE}/contrib/cube"
pushd "${PG_SOURCE}/contrib/plr"
"${PKGLIBDIR}/pgxs/src/test/regress/pg_regress" --bindir="${PG_HOME}/bin" --dbname=pl_regression plr bad_fun opt_window do out_args plr_transaction opt_window_frame || (cat regression.diffs && false)
popd # fr "${PG_SOURCE}/contrib/plr"
Expand Down

0 comments on commit fa61d07

Please sign in to comment.