mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
@ -175,7 +175,7 @@ pg_stop_backup(PG_FUNCTION_ARGS)
|
|||||||
* The first parameter (variable 'exclusive') allows the user to tell us if
|
* The first parameter (variable 'exclusive') allows the user to tell us if
|
||||||
* this is an exclusive or a non-exclusive backup.
|
* this is an exclusive or a non-exclusive backup.
|
||||||
*
|
*
|
||||||
* The second paramter (variable 'waitforarchive'), which is optional,
|
* The second parameter (variable 'waitforarchive'), which is optional,
|
||||||
* allows the user to choose if they want to wait for the WAL to be archived
|
* allows the user to choose if they want to wait for the WAL to be archived
|
||||||
* or if we should just return as soon as the WAL record is written.
|
* or if we should just return as soon as the WAL record is written.
|
||||||
*
|
*
|
||||||
|
@ -902,7 +902,7 @@ SH_STAT(SH_TYPE * tb)
|
|||||||
#endif /* SH_DEFINE */
|
#endif /* SH_DEFINE */
|
||||||
|
|
||||||
|
|
||||||
/* undefine external paramters, so next hash table can be defined */
|
/* undefine external parameters, so next hash table can be defined */
|
||||||
#undef SH_PREFIX
|
#undef SH_PREFIX
|
||||||
#undef SH_KEY_TYPE
|
#undef SH_KEY_TYPE
|
||||||
#undef SH_KEY
|
#undef SH_KEY
|
||||||
|
@ -569,7 +569,7 @@ typedef struct TupleHashEntryData
|
|||||||
uint32 hash; /* hash value (cached) */
|
uint32 hash; /* hash value (cached) */
|
||||||
} TupleHashEntryData;
|
} TupleHashEntryData;
|
||||||
|
|
||||||
/* define paramters necessary to generate the tuple hash table interface */
|
/* define parameters necessary to generate the tuple hash table interface */
|
||||||
#define SH_PREFIX tuplehash
|
#define SH_PREFIX tuplehash
|
||||||
#define SH_ELEMENT_TYPE TupleHashEntryData
|
#define SH_ELEMENT_TYPE TupleHashEntryData
|
||||||
#define SH_KEY_TYPE MinimalTuple
|
#define SH_KEY_TYPE MinimalTuple
|
||||||
|
Reference in New Issue
Block a user