File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3445,7 +3445,7 @@ BeginTransactionBlock(void)
3445
3445
* resource owner, etc while executing inside a Portal.
3446
3446
*/
3447
3447
bool
3448
- PrepareTransactionBlock (char * gid )
3448
+ PrepareTransactionBlock (const char * gid )
3449
3449
{
3450
3450
TransactionState s ;
3451
3451
bool result ;
Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ extern void CommitTransactionCommand(void);
335
335
extern void AbortCurrentTransaction (void );
336
336
extern void BeginTransactionBlock (void );
337
337
extern bool EndTransactionBlock (void );
338
- extern bool PrepareTransactionBlock (char * gid );
338
+ extern bool PrepareTransactionBlock (const char * gid );
339
339
extern void UserAbortTransactionBlock (void );
340
340
extern void ReleaseSavepoint (List * options );
341
341
extern void DefineSavepoint (char * name );
You can’t perform that action at this time.
0 commit comments