diff options
author | Vadim B. Mikheev <vadim4o@yahoo.com> | 1997-04-17 01:45:36 +0000 |
---|---|---|
committer | Vadim B. Mikheev <vadim4o@yahoo.com> | 1997-04-17 01:45:36 +0000 |
commit | a0d63ac98c3144373ddc9c879c574a0bf03f1a32 (patch) | |
tree | a135b3c8dca8eb9f4167a32fbad3a8ac6b30b232 /src/tutorial/C-code/complex.c | |
parent | ba697c8c0b1afc3c5aca429088ab8141d90ccf59 (diff) | |
download | postgresql-a0d63ac98c3144373ddc9c879c574a0bf03f1a32.tar.gz postgresql-a0d63ac98c3144373ddc9c879c574a0bf03f1a32.zip |
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>.
Diffstat (limited to 'src/tutorial/C-code/complex.c')
0 files changed, 0 insertions, 0 deletions