|
8 | 8 | * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group |
9 | 9 | * Portions Copyright (c) 1994, Regents of the University of California |
10 | 10 | * |
11 | | - * $PostgreSQL: pgsql/src/include/catalog/pg_pltemplate.h,v 1.13 2010/01/22 15:45:15 petere Exp $ |
| 11 | + * $PostgreSQL: pgsql/src/include/catalog/pg_pltemplate.h,v 1.14 2010/06/29 00:18:11 petere Exp $ |
12 | 12 | * |
13 | 13 | * NOTES |
14 | 14 | * the genbki.pl script reads this file and generates .bki |
@@ -74,6 +74,6 @@ DATA(insert ( "plperl"t t "plperl_call_handler" "plperl_inline_handler" "plper |
74 | 74 | DATA(insert ("plperlu"ff"plperl_call_handler""plperl_inline_handler""plperl_validator""$libdir/plperl"_null_ )); |
75 | 75 | DATA(insert ("plpythonu"ff"plpython_call_handler""plpython_inline_handler"_null_"$libdir/plpython"_null_ )); |
76 | 76 | DATA(insert ("plpython2u"ff"plpython_call_handler""plpython_inline_handler"_null_"$libdir/plpython2"_null_ )); |
77 | | -DATA(insert ("plpython3u"ff"plpython_call_handler""plpython_inline_handler"_null_"$libdir/plpython3"_null_ )); |
| 77 | +DATA(insert ("plpython3u"ff"plpython3_call_handler""plpython3_inline_handler"_null_"$libdir/plpython3"_null_ )); |
78 | 78 |
|
79 | 79 | #endif/* PG_PLTEMPLATE_H */ |