mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +03:00
Fix typos and grammar in code and test comments
This fixes the grammar of some comments in a couple of tests (SQL and TAP), and in some C files. Author: Justin Pryzby Discussion: https://postgr.es/m/20220511020334.GH19626@telsasoft.com
This commit is contained in:
@@ -1432,7 +1432,7 @@ INSERT INTO bla VALUES ('Susie'); -- succeeds
|
||||
INSERT INTO bla VALUES ('Rosalyn') \; -- will rollback
|
||||
SELECT 'before error' AS show \; -- will show nevertheless!
|
||||
SELECT psql_error('boum!') \; -- failure
|
||||
SELECT 'after error' AS noshow; -- hidden by preceeding error
|
||||
SELECT 'after error' AS noshow; -- hidden by preceding error
|
||||
INSERT INTO bla(s) VALUES ('Moe') \; -- will rollback
|
||||
SELECT psql_error('bam!');
|
||||
INSERT INTO bla VALUES ('Miss Wormwood'); -- succeeds
|
||||
|
||||
Reference in New Issue
Block a user