mirror of
https://github.com/postgres/postgres.git
synced 2026-01-13 12:22:55 +03:00
Fix collection of typos in the code and the documentation
Some words were duplicated while other places were grammatically incorrect, including one variable name in the code. Author: Otto Kekalainen, Justin Pryzby Discussion: https://postgr.es/m/7DDBEFC5-09B6-4325-B942-B563D1A24BDC@amazon.com
This commit is contained in:
@@ -180,7 +180,7 @@ CREATE FUNCTION functest_S_13() RETURNS boolean
|
||||
SELECT false;
|
||||
END;
|
||||
|
||||
-- check display of function argments in sub-SELECT
|
||||
-- check display of function arguments in sub-SELECT
|
||||
CREATE TABLE functest1 (i int);
|
||||
CREATE FUNCTION functest_S_16(a int, b int) RETURNS void
|
||||
LANGUAGE SQL
|
||||
|
||||
Reference in New Issue
Block a user