Skip to content

Commit

Permalink
Add to IDEAS and remove unnecessary line from src/Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Nov 6, 2009
1 parent 4cec50d commit 759010d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions IDEAS
Expand Up @@ -20,6 +20,10 @@ Steps to follow from the Parrot side:

* Parrot Core Embedding Docs: http://docs.parrot.org/parrot/latest/html/docs/pdds/draft/pdd10_embedding.pod.html

Other random semi-related stuff

* R in Postgres: http://www.omegahat.org/RSPostgres/

Things we'll need to build:
1) A C-based shared object containing at minimum a "language handler" function.
This is what PostgreSQL calls when trying to execute a PL/Parrot function, and
Expand Down
2 changes: 0 additions & 2 deletions src/Makefile
@@ -1,5 +1,3 @@
# pllolcode Makefile $Id: Makefile,v 1.9 2009/05/04 15:04:55 eggyknap Exp $

MODULE_big = plparrot
OBJS= plparrot.o

Expand Down

0 comments on commit 759010d

Please sign in to comment.