Skip to content

Commit 87db532

Browse files
authored
tell pg_ctl we want core files (pgcentralfoundation#2254)
1 parent cbcdf97 commit 87db532

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cargo-pgrx/src/command/start.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ pub(crate) fn start_postgres(
178178
.stdout(Stdio::piped())
179179
.stderr(Stdio::piped())
180180
.arg("start")
181+
.arg("--core-files")
181182
.arg("-o")
182183
.arg(postmaster_args.join(" "))
183184
.arg("-D")

0 commit comments

Comments
 (0)