File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ pg_stop_backup(PG_FUNCTION_ARGS)
175
175
* The first parameter (variable 'exclusive') allows the user to tell us if
176
176
* this is an exclusive or a non-exclusive backup.
177
177
*
178
- * The second paramter (variable 'waitforarchive'), which is optional,
178
+ * The second parameter (variable 'waitforarchive'), which is optional,
179
179
* allows the user to choose if they want to wait for the WAL to be archived
180
180
* or if we should just return as soon as the WAL record is written.
181
181
*
Original file line number Diff line number Diff line change @@ -902,7 +902,7 @@ SH_STAT(SH_TYPE * tb)
902
902
#endif /* SH_DEFINE */
903
903
904
904
905
- /* undefine external paramters , so next hash table can be defined */
905
+ /* undefine external parameters , so next hash table can be defined */
906
906
#undef SH_PREFIX
907
907
#undef SH_KEY_TYPE
908
908
#undef SH_KEY
Original file line number Diff line number Diff line change @@ -569,7 +569,7 @@ typedef struct TupleHashEntryData
569
569
uint32 hash ; /* hash value (cached) */
570
570
} TupleHashEntryData ;
571
571
572
- /* define paramters necessary to generate the tuple hash table interface */
572
+ /* define parameters necessary to generate the tuple hash table interface */
573
573
#define SH_PREFIX tuplehash
574
574
#define SH_ELEMENT_TYPE TupleHashEntryData
575
575
#define SH_KEY_TYPE MinimalTuple
You can’t perform that action at this time.
0 commit comments