Skip to content

Commit

Permalink
Make a test pass by returning the first element of whatever the call_…
Browse files Browse the repository at this point in the history
…handler function was given
  • Loading branch information
leto committed Dec 5, 2009
1 parent 4761a72 commit e07cd49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/handler/plparrot.c
Expand Up @@ -27,6 +27,7 @@ plparrot_call_handler(PG_FUNCTION_ARGS)
{
Datum retval;

retval = PG_GETARG_DATUM(0);
PG_TRY();
{
}
Expand Down

0 comments on commit e07cd49

Please sign in to comment.