mirror of
https://github.com/postgres/postgres.git
synced 2025-11-04 20:11:56 +03:00
Run pgindent on 9.2 source tree in preparation for first 9.3
commit-fest.
This commit is contained in:
@@ -17,12 +17,12 @@ extern PyObject *PLy_interp_globals;
|
||||
*/
|
||||
typedef struct PLyExecutionContext
|
||||
{
|
||||
PLyProcedure *curr_proc; /* the currently executing procedure */
|
||||
MemoryContext scratch_ctx; /* a context for things like type I/O */
|
||||
PLyProcedure *curr_proc; /* the currently executing procedure */
|
||||
MemoryContext scratch_ctx; /* a context for things like type I/O */
|
||||
struct PLyExecutionContext *next; /* previous stack level */
|
||||
} PLyExecutionContext;
|
||||
|
||||
/* Get the current execution context */
|
||||
extern PLyExecutionContext *PLy_current_execution_context(void);
|
||||
|
||||
#endif /* PLPY_MAIN_H */
|
||||
#endif /* PLPY_MAIN_H */
|
||||
|
||||
Reference in New Issue
Block a user