mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +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:
@ -696,7 +696,7 @@ SELECT to_timestamp('05 Dec 2000', 'DD Mon YYYY'::citext)
|
||||
SELECT COUNT(*) = 8::bigint AS t FROM try;
|
||||
INSERT INTO try
|
||||
VALUES ( to_char( now()::timestamp, 'HH12:MI:SS') ),
|
||||
( to_char( now() + '1 sec'::interval, 'HH12:MI:SS') ), -- timetamptz
|
||||
( to_char( now() + '1 sec'::interval, 'HH12:MI:SS') ), -- timestamptz
|
||||
( to_char( '15h 2m 12s'::interval, 'HH24:MI:SS') ),
|
||||
( to_char( current_date, '999') ),
|
||||
( to_char( 125::int, '999') ),
|
||||
|
Reference in New Issue
Block a user