mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
Fix typos in various places
Author: Andrea Gelmini Reviewed-by: Michael Paquier, Justin Pryzby Discussion: https://postgr.es/m/20190528181718.GA39034@glet
This commit is contained in:
@@ -1015,7 +1015,7 @@ AddQual(Query *parsetree, Node *qual)
|
||||
errmsg("conditional UNION/INTERSECT/EXCEPT statements are not implemented")));
|
||||
}
|
||||
|
||||
/* INTERSECT want's the original, but we need to copy - Jan */
|
||||
/* INTERSECT wants the original, but we need to copy - Jan */
|
||||
copy = copyObject(qual);
|
||||
|
||||
parsetree->jointree->quals = make_and_qual(parsetree->jointree->quals,
|
||||
|
Reference in New Issue
Block a user