1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-18 02:02:55 +03:00

Fix recently introduced typos

This fixes typos in docs and comments introduced during the v18
development cycle, to keep them from ending up in backbranches.

Author: Jacob Brazeal <jacob.brazeal@gmail.com>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/CA+COZaCgGua25f2hSrjrDLJcJJAHkwoKgTTqUy-wyL1=64JNjw@mail.gmail.com
This commit is contained in:
Daniel Gustafsson
2025-04-11 22:17:12 +02:00
parent 5822bf21d5
commit 847bbb21f8
6 changed files with 6 additions and 6 deletions

View File

@@ -547,7 +547,7 @@ get_attr_expr(Relation rel, int attnum)
return NULL;
/*
* The index attnum points directly to a relation attnum, then it's no an
* The index attnum points directly to a relation attnum, then it's not an
* expression attribute.
*/
if (rel->rd_index->indkey.values[attnum - 1] != 0)