Skip to content
Snippets Groups Projects
Commit a0d63ac9 authored by Vadim B. Mikheev's avatar Vadim B. Mikheev
Browse files

The patch fixes a rare bug that may occur when one tries to vacuum a single

table. The table name is de-allocated by the CommitTransactionCommand()
in vc_init() before it is copied in VacRel.data and sometimes this causes
a SIGSEGV. My patch simply moves the strcpy before vc_init.

Submitted by Massimo Dal Zotto <dz@cs.unitn.it>.
parent ba697c8c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment