Skip to content

Commit

Permalink
Move plparrot.c to src.
Browse files Browse the repository at this point in the history
This keeps PGXS from installing it in the wrong place. Besides, the `handler` subdirectory was not really necessary.
  • Loading branch information
theory committed Feb 18, 2010
1 parent 5a56a0a commit eb1df83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
@@ -1,6 +1,6 @@
NAME = plparrot
MODULE_big = src/handler/plparrot
OBJS= src/handler/plparrot.o
MODULE_big = src/plparrot
OBJS= src/plparrot.o
DATA_built = plparrot.sql
REGRESS_OPTS = --dbname=$(PL_TESTDB) --load-language=plpgsql
TESTS = $(wildcard t/sql/*.sql)
Expand Down
File renamed without changes.

0 comments on commit eb1df83

Please sign in to comment.