greenplum-db/plcontainer

Support detailed spi exception

zhangh43 opened this issue · 1 comments

There are lots of detailed spi exception e.g.

 { "spiexceptions.UndefinedFunction", "UndefinedFunction", ERRCODE_UNDEFINED_FUNCTION },
 { "spiexceptions.UndefinedTable", "UndefinedTable", ERRCODE_UNDEFINED_TABLE },
 { "spiexceptions.UndefinedParameter", "UndefinedParameter", ERRCODE_UNDEFINED_PARAMETER },
 { "spiexceptions.UndefinedObject", "UndefinedObject", ERRCODE_UNDEFINED_OBJECT }

which is defined in spiexceptions.h(generated by )
PLContainer doesn't call PLy_generate_spi_exceptions as upstream to register them yet.

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.