File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 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)
175175 * The first parameter (variable 'exclusive') allows the user to tell us if
176176 * this is an exclusive or a non-exclusive backup.
177177 *
178- * The second paramter (variable 'waitforarchive'), which is optional,
178+ * The second parameter (variable 'waitforarchive'), which is optional,
179179 * allows the user to choose if they want to wait for the WAL to be archived
180180 * or if we should just return as soon as the WAL record is written.
181181 *
Original file line number Diff line number Diff line change @@ -902,7 +902,7 @@ SH_STAT(SH_TYPE * tb)
902902#endif /* SH_DEFINE */
903903
904904
905- /* undefine external paramters , so next hash table can be defined */
905+ /* undefine external parameters , so next hash table can be defined */
906906#undef SH_PREFIX
907907#undef SH_KEY_TYPE
908908#undef SH_KEY
Original file line number Diff line number Diff line change @@ -569,7 +569,7 @@ typedef struct TupleHashEntryData
569569 uint32 hash ; /* hash value (cached) */
570570} TupleHashEntryData ;
571571
572- /* define paramters necessary to generate the tuple hash table interface */
572+ /* define parameters necessary to generate the tuple hash table interface */
573573#define SH_PREFIX tuplehash
574574#define SH_ELEMENT_TYPE TupleHashEntryData
575575#define SH_KEY_TYPE MinimalTuple
You can’t perform that action at this time.
0 commit comments