Bump rust-phf version

This commit is contained in:
Steven Fackler 2014-03-19 20:22:17 -07:00
parent 0aec726b69
commit 537203d3cb
2 changed files with 3 additions and 3 deletions

View File

@ -743,10 +743,10 @@ fn test_custom_notice_handler() {
let conn = PostgresConnection::connect("postgres://postgres@localhost?client_min_messages=NOTICE", &NoSsl);
conn.set_notice_handler(~Handler as ~PostgresNoticeHandler);
conn.execute("CREATE FUNCTION pg_temp.note() RETURNS INT AS $$
BEGIN
BEGIN
RAISE NOTICE 'note';
RETURN 1;
END; $$ LANGUAGE plpgsql", []);
END; $$ LANGUAGE plpgsql", []);
conn.execute("SELECT pg_temp.note()", []);
assert_eq!(unsafe { count }, 1);

@ -1 +1 @@
Subproject commit 6af5440935a2b3dc97882d7d6043f1a0957b97d0
Subproject commit 25d1640c9b44d77cdc3cec408d0c577948d31014