From 69401b54a73036ffaa24c3ceea9548dca4603e30 Mon Sep 17 00:00:00 2001 From: James Coleman Date: Wed, 8 Jan 2020 15:06:45 -0500 Subject: [PATCH] Fix docs typo (#231) --- doc/pgtap.mmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/pgtap.mmd b/doc/pgtap.mmd index 3beaea504eab..38a2724f9716 100644 --- a/doc/pgtap.mmd +++ b/doc/pgtap.mmd @@ -1644,7 +1644,7 @@ bare `RECORD` value may be passed: SELECT row_eq( $$ SELECT 1, 'foo' $$, ROW(1, 'foo') ); -ue to the limitations of non-C functions in earlier versions of PostgreSQL, a +Due to the limitations of non-C functions in earlier versions of PostgreSQL, a bare `RECORD` value cannot be passed to the function. You must instead pass in a valid composite type value, and cast the record argument (the second argument) to the same type. Both explicitly created composite types and table types are