Skip to content

Commit

Permalink
Add most basic tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Tolley committed Nov 6, 2009
1 parent 93eb681 commit 6f5c8d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test.sql
@@ -0,0 +1,3 @@
DROP FUNCTION plparrot_call_handler() CASCADE;
CREATE FUNCTION plparrot_call_handler() RETURNS LANGUAGE_HANDLER AS 'plparrot' LANGUAGE C;
CREATE LANGUAGE plparrot HANDLER plparrot_call_handler;

0 comments on commit 6f5c8d7

Please sign in to comment.