mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Fix duplicated words in comments
Author: Stephen Amell Discussion: https://postgr.es/m/539fa271-21b3-777e-a468-d96cffe9c768@gmail.com
This commit is contained in:
@ -2361,7 +2361,7 @@ get_last_attnums_walker(Node *node, LastAttnumInfo *info)
|
||||
* Compute additional information for EEOP_*_FETCHSOME ops.
|
||||
*
|
||||
* The goal is to determine whether a slot is 'fixed', that is, every
|
||||
* evaluation of the the expression will have the same type of slot, with an
|
||||
* evaluation of the expression will have the same type of slot, with an
|
||||
* equivalent descriptor.
|
||||
*/
|
||||
static void
|
||||
|
Reference in New Issue
Block a user