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)
34453445 * resource owner, etc while executing inside a Portal.
34463446 */
34473447bool
3448- PrepareTransactionBlock (char * gid )
3448+ PrepareTransactionBlock (const char * gid )
34493449{
34503450 TransactionState s ;
34513451 bool result ;
Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ extern void CommitTransactionCommand(void);
335335extern void AbortCurrentTransaction (void );
336336extern void BeginTransactionBlock (void );
337337extern bool EndTransactionBlock (void );
338- extern bool PrepareTransactionBlock (char * gid );
338+ extern bool PrepareTransactionBlock (const char * gid );
339339extern void UserAbortTransactionBlock (void );
340340extern void ReleaseSavepoint (List * options );
341341extern void DefineSavepoint (char * name );
You can’t perform that action at this time.
0 commit comments