diff options
author | Michael P | 2011-02-21 07:53:16 +0000 |
---|---|---|
committer | Pavan Deolasee | 2011-05-19 17:49:37 +0000 |
commit | d12a30cb1e670b04bbca0c33b0b53e20de78c02d (patch) | |
tree | cbdae833a0f28fb0cbdef6ae2b514f20db0f46d4 /src/backend/access/gist/gistutil.c | |
parent | c379c0e422bc20f720565a22205700c5380099cd (diff) |
Fix for bug 3170708: Default values support for MULTI INSERT
XC was complaining about DEFAULT values
when doing a multiple INSERT.
Ex:
create table rep (a int, b int, c int default 444) distribute by round robin;
insert into rep (a, b) values (44,55), (3,4);
Patch written by Benny Wang
Diffstat (limited to 'src/backend/access/gist/gistutil.c')
0 files changed, 0 insertions, 0 deletions