Skip to content

Defer initialization of child plan states in ModifyHypertable node #30282

Defer initialization of child plan states in ModifyHypertable node

Defer initialization of child plan states in ModifyHypertable node #30282

Workflow file for this run

# Check our codebase for defective programming patterns
name: Coccinelle
"on":
pull_request:
push:
branches:
- main
- ?.*.x
jobs:
coccinelle:
name: Coccinelle
runs-on: ubuntu-latest
steps:
- name: Install Linux Dependencies
timeout-minutes: 15
run: |
yes | sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh
sudo apt-get update
sudo apt-get -y install --no-install-recommends coccinelle postgresql-server-dev-18
- name: Checkout TimescaleDB
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Run coccinelle
run: |
./scripts/coccinelle.sh
- name: Save coccinelle.diff
if: always()
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: coccinelle.diff
path: coccinelle.diff