diff --git a/src/test.rs b/src/test.rs index f3533a04..a3120499 100644 --- a/src/test.rs +++ b/src/test.rs @@ -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); diff --git a/submodules/rust-phf b/submodules/rust-phf index 6af54409..25d1640c 160000 --- a/submodules/rust-phf +++ b/submodules/rust-phf @@ -1 +1 @@ -Subproject commit 6af5440935a2b3dc97882d7d6043f1a0957b97d0 +Subproject commit 25d1640c9b44d77cdc3cec408d0c577948d31014